Maurice Willis

Results 3 comments of Maurice Willis

``` const ReactQuill = dynamic( async () => { const { default: RQ } = await import('react-quill'); const { default: ImageUploader } = await import('./ImageUploader/ImageUploader'); RQ.Quill.register('modules/imageUploader', ImageUploader); return RQ; },...

You can apply patches to any library/dependency by using [patch-package](https://www.npmjs.com/package/patch-package) Use `yarn patch-package ` to apply patches, and `yarn patch-package --reverse` to revert patches. Only apply your patch when you...

rm-rf node_modules and re-install packages, this fixed the issue for me after a recent upgrade to 0.75