Open manacy-keyvalue opened 6 months ago
In v6
, quill-mention
uses quill
dependency that being v2
. On the other hand, react-quill
just uses quill
with version v1
. There are a lot of changes between the two versions. In my case, you can use another quill-mention
that is compatible with react-quill
. You can find out my example here
Trying to use this with https://www.npmjs.com/package/react-quill-new (which has the v2 dependency). I don't get any errors, but the Quill object shows up as an empty div in the app no matter how I import and register the module.
I'm trying to integrate it in a nextjs app router project.
versions of relevant packages used: nextjs: 14.1.4 react: 18.2
react-quill: 2.0.0 quill-mention: 6.0.0
Code from project. Kindly correct me if i am doing something wrong.
Error:
If you guys are able to make it working. please share a working example in code sandbox.