mauricevancooten / react-anchor-link-smooth-scroll

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

HTML tags within the AnchorLink were causing an error still #7

Closed booleanBoy closed 6 years ago

booleanBoy commented 6 years ago

I duplicated the fix provided by Zauni for the 'src' version of 'anchor-link.js' into the 'lib' version. Now it seems fine to me. This is my first PR so please forgive any mistakes or omissions!

mauricevancooten commented 6 years ago

Thank you, I have checked and indeed only one of the two lib files was updated. I have updated the component to reflect Zauni's changes on both lib files.