The "DOMNodeInserted" warning is related to a deprecated event in web browsers. The DOMNodeInserted event is fired when a new node (like an element or text) is added to the DOM. This event is no longer used in modern browsers.
This warning appears because, at some point, an event listener for DOMNodeInserted
was being used in the application. Even though the listener has been manually disabled and is no longer used, the warning persists because some WebViewer dependencies (like Quill) still reference this event.
No action is required. The warning does not indicate any functional issues or performance problems. WebViewer will continue to work as expected and the necessary updates to resolve the warning is planned for a future release.
Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales