mauricevancooten / react-anchor-link-smooth-scroll

React component for anchor links using the smooth scroll polyfill.
243 stars 31 forks source link

Blocks 'hashchange' event handlers #24

Open john555 opened 4 years ago

john555 commented 4 years ago

My use case: I have a tab component that depends on the hashchange event to show tab content. Tab content is wrapped by an element with an id that my <AnchorLink> elements are targeting.

This package does not work well if the target tab content does not exist in the DOM.