react-scrollspy
react-scrollspy copied to clipboard
Fix removing event listener from removed dom node
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.