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

Fix removing event listener from removed dom node

Open jhnvz opened this issue 5 years ago • 0 comments

If a react component is unmounting and the dom node does not exist anymore an error is raised. We don't have to remove listeners from nodes that are removed as the browser handles this logic.

jhnvz avatar Jun 11 '19 18:06 jhnvz