Ahmed Nassef
Results
2
comments of
Ahmed Nassef
thank u I didn't see that! Edit: I rushed closing the issue **I imported the file and still can't see the loading state**
is that enought code? ``` import "react-quill/dist/quill.snow.css"; import "quill-image-uploader/dist/quill.imageUploader.min.css"; import {ALLOWED_EDITOR_FORMATS} from "./constants" const Image = Quill.import("formats/image"); Image.className = "quill-image"; Quill.register("modules/imageUploader", ImageUploader); Quill.register(Image, true); const quillModule = { toolbar: {...