react-abode icon indicating copy to clipboard operation
react-abode copied to clipboard

Replace DOMNodeInserted with MutationObserver to make page more responsive

Open jafin opened this issue 2 years ago • 0 comments

Chrome was logging a [Violation] Added synchronous DOM mutation listener to a 'DOMNodeInserted' event. Consider using MutationObserver to make the page more responsive.

Swap EventListener to MutationObserver

jafin avatar Feb 09 '23 22:02 jafin