On my website, I always have this error in the console. I have checked, and the UNA CMS website also has the same error. Can you fix it? Thank you.
url error: https://unacms.com/timeline-view
[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.
e@VM139:7
Comments
Hello @prueba !
It seems this fix is required from the Quill team. We are updating this integration regularly.
I don’t understand why UNA should use these outdated script. Mutation Events, including
DOMSubtreeModified
,DOMNodeInserted
,DOMNodeRemoved
,DOMNodeRemovedFromDocument
,DOMNodeInsertedIntoDocument
, andDOMCharacterDataModified
, are detrimental to page performance and significantly increase the complexity of adding new features to the Web. These APIs were deprecated from the specification (iconSpec: UI Events) in 2011 and were replaced by the much better-behaved Mutation Observer API in 2012. The usage of the obsolete Mutation Events must now be migrated to the Mutation Observer.