-
-
Notifications
You must be signed in to change notification settings - Fork 287
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 synchronous 'DOMNodeInserted' DOM Mutation Event. #409
Comments
slab/quill#3806 |
hello, any predictions for an update to version 2.0? |
Hello, same problem here, any news ? |
Facing performance issues because of this! An update would be helpful |
Any update on this? |
got the same issue. |
Have to switch to tiptap instead of quill. Not as easy as vue-quill but the vue3 sample of tiptap is really clear. |
I got the same issue on vue-quill, can someone recommend rich text editor that can embed video from youtube or any other media sites which will be compatible to vue js 3 |
I am getting this warning on Firefox Where exactly we need to use MutationObserver Or quick fix update will be great. We urgently need to fix this people are moving to other editor due to this warning. |
Also having this issue with vanilla js quil. Really need to fix this quick plz, or I'll have to move to a different editor. Error is coming from this line in the following code: _this.domNode.addEventListener('DOMNodeInserted', function() {});
|
The line An equivalent using
childList when set to true, indicates that the observer should monitor changes to the direct children (added or removed nodes) of the target node. I tried this and the warning is gone. Apparently all works as expected. |
same problem |
Hello. Tell me, is there a plan to fix this error? |
The solution would be to upgrade to version 2 of quill, but it hasn't been released yet slab/quill#3806 |
The problem is we have no updates on the promised version 2 of Quill. Just use Tiptap instead |
Your suggestion is to replace quill throughout the project? |
There should be an update soon, the developer hoping to release a beta before December. |
[Deprecation] Listener added for a synchronous DC" Mutation Event. This event type is deprecated quill.. |
只能等待了…… |
still no update to quill. I'm using tiptap but you have to import almost everything. |
Hello guys, any update on when is the new version release going to happen and is this issue with the mutation going to be fixed? |
Hey guys also waiting for the update. |
This method works. Thank you! |
Hey everyone, still waiting for fixes in the new version of react-quill.. is there any updates.. on when this error is going to be fixed "[Deprecation] Listener added for a synchronous 'DOMNodeInserted' DOM Mutation Event." |
I thought you found the solution? |
Hey I am also facing this error let us know if someone find the solution for this. |
same here, standing in line and waiting. |
iListener added for a synchronous 'DOMNodeInserted' DOM Mutation Event. This event type is deprecated (https://w3c.github.io/uievents/#legacy-event-types) and work is underway to remove it from this browser. Usage of this event listener will cause performance issues today, and represents a risk of future incompatibility. Consider using MutationObserver instead. i have the same problem |
I met the same prompt. Not sure what the impact is. |
@GisungJung react-quill v2.0 uses Quill v1 so that's the reason you still saw the warning. |
When to upgrade React Quill built-in Quill to Quill2? |
Find this line
Select it and replace with
|
Any updates here? |
I'm facing the same problem, even with quill updated to version 2.0.0, I tried a few things, but without success |
Solution:
|
It's working for me, Thanks! |
and do you want to update this manually every time you clone a project? |
you could possibly make a patch but that's really not the right way to do it. The package author should include this fix! |
I ended up using quill core library and creating my own component. I know is not the best thing around, but at least works. If someone uses, remember to copy the quill css styles and snow theme to laravel webpack/vite css compiler. |
[Deprecation] Listener added for a synchronous 'DOMNodeInserted' DOM Mutation Event. This event type is deprecated () and work is underway to remove it from this browser. Usage of this event listener will cause performance issues today, and represents a risk of future incompatibility. Consider using MutationObserver instead. Any solution for this I am using it in NextJS |
the message disappears now after using 2.0.0
|
With the release of Quill 2.0 (https://github.com/quilljs/quill/releases/tag/v2.0.0), will this library be updated to support it? |
I'm facing this same warning in my React application. Any expected fix for this problem? |
@Wellitonzs For React you can use Quill without a library/framework: https://quilljs.com/playground/react |
push... |
For Vue 3 and Quill 2 you could try this simple wrapper component: https://github.com/alekswebnet/vue-quilly |
Исправьте это говно 💩 |
Just go to your terminal and install the latest version of quill Then uninstall @vueup/vue-quill package |
@Sky-Breaker07 : Thanks for the tip. It worked as expected! Saved me a lot of work forking and changing vue-quill. |
I would like to update to quill 2 but It's too buggy. :/ |
didnt work added to npm/package.json overrides block does error on audit fix # npm audit
npm error code EOVERRIDE
npm error Override for [email protected] conflicts with direct dependency
npm error A complete log of this run can be found in: /_logs/2024-07-06T04_54_41_286Z-debug-0.log even with "overrides": { "quill": "2.0.2" } or edit dependencies block to "quill": "^2.0.2" didnt do the trick after fresh install vue-quill error is still here (damn) and in dependencies we see quill 1.3.7 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Chrome console shows this warning information:
Is this caused by the quill.js version?
The text was updated successfully, but these errors were encountered: