-
-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Deprecation] Listener added for a 'DOMNodeInserted' mutation event. Support for this event type has been removed, and this event will no longer be fired. See https://chromestatus.com/feature/5083947249172480 for more information. #589
Comments
I have the same issue, any solution? |
use in your package.json
|
This is OK, it solves the problem, it is effective |
This solution didn't work for me, I'm still getting the error. Is this library even being maintained anymore? |
It didn't work for me too |
@mohsenMJ @SkyAphid Different package managers have different configurations . you can see https://developer.aliyun.com/article/1050105 |
An "overrides" section also didn't work for me. I'm using yarn, so I added:
This fixed the issue ... details here: https://classic.yarnpkg.com/en/docs/selective-version-resolutions/ |
I'm also experiencing this problem and can't solve it using the above method, has the library stopped being maintained? |
If you are using pnpm, you could try adding this one on package.json |
Is this library even being mantained anymore? Last version realease was a year ago. |
The lead contributor on this project hasn't pushed anything in a year period. Hopefully he's alright. As for quill itself, it got an update this year but that's it. That said, if you're making a small project, I personally still recommend this over everything else. I wanted to rid of this API from my project because it seemed to be dead, but there's not a single rich text editor out there for vue that's as simple and straight forward as this. The rest are insanely over-engineered and take a lot of time to set up and achieve what VueQuill can in less then ten lines of code. My project is an offline/local oriented tool, so VueQuill works and does the trick just fine. |
@SkyAphid Have you tried TipTap? It is very easy to use too. |
I tried Tiptap, but got frustrated with all of the setup it takes, on top of the fact that it wasn't playing nice VueFlow at all. The project was something I needed to get done quickly because it's basically just a tool for my main project. I'd be willing to give it another try eventually, but I'd need to find someone to mentor me through it since that project was also my first time ever learning/using VueJs/Javascript/CSS/HTML. The project is here if you want to take a look: https://github.com/SkyAphid/corkboard |
Yea, here too. We need someone who can approve pull requests now :) To keep this going. |
I add this and it work, but why the 'code-block' in ToolBar lose its style? |
Version
"@vueup/vue-quill": "^1.2.0"
Describe the bug
[Deprecation] Listener added for a 'DOMNodeInserted' mutation event. Support for this event type has been removed, and this event will no longer be fired. See https://chromestatus.com/feature/5083947249172480 for more information.
The text was updated successfully, but these errors were encountered: