You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running React Quill version 2.0.0, and recently I started getting this warning in Chrome:
quill.js:4237 [Deprecation] Listener 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.
Is there a fix on the way ?
Best regards
/sonny
The text was updated successfully, but these errors were encountered:
Hi all
First of all, thank you for great work!
Running React Quill version 2.0.0, and recently I started getting this warning in Chrome:
quill.js:4237 [Deprecation] Listener 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.
Is there a fix on the way ?
Best regards
/sonny
The text was updated successfully, but these errors were encountered: