mauricevancooten / react-anchor-link-smooth-scroll

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

Linking to named anchors #32

Open scottlet opened 4 years ago

scottlet commented 4 years ago
<a href="#hello">hi</a>
<a name="hello">hi target</a>

This should work and doesn't, causes an exception. I can create a PR to fix if you're interested?