I followed the example for react-quill. I have:
import 'react-quill/dist/quill.snow.css'
import ImageUploader from 'quill-image-uploader'
import ReactQuill, { Quill } from 'react-quill'
Quill.register('modules/imageUploader', ImageUploader)
and when I add imageUploader to modules the component doesn't render.
I followed the example for react-quill. I have:
and when I add
imageUploadertomodulesthe component doesn't render.