There are 2 editors for React-Quill, what is the reason for this? I tried everything and failed? What could cause this? I'm uploading the pictures, you can view them there.
Duplication of react editör Image
import 'react-quill/dist/quill.snow.css';
const ReactQuill = dynamic(() => import('react-quill'), {
ssr: false,
});
return (
<ReactQuill
theme"snow"
value={value}
onChange={setValue}
/>
)