I followed the example for react-quill. I have: ```ts 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.