react-scrollable-anchor
react-scrollable-anchor copied to clipboard
removeHash triggers no navigation events
Because removeHash uses history.replaceState, no events get triggered, and there is currently no way to react to this url change. Here is an example of where this would break - using react-router-dom
and watching hash portion to highlight menu items: