mauricevancooten / react-anchor-link-smooth-scroll

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

Prevent undefined exception on missing ID #22

Open ktsosno opened 5 years ago

ktsosno commented 5 years ago

We have some dynamic sections where it's possible you could get in a state that an ID isn't present on the page but an onClick handler is still invoked. In general, I think this will help the codepath silently fail (maybe add a console warning?) and prevent an undefined reference on a missing ID.