joshwnj / react-visibility-sensor

Sensor component for React that notifies you when it goes in or out of the window viewport.
MIT License
2.33k stars 195 forks source link

Link Anchor Not Working #165

Open st3phan-cs opened 5 years ago

st3phan-cs commented 5 years ago

Screen Recording 2019-09-15 at 01.04.19.zip

The scroll is wirking perfect when I use the scroll. but I have an isuue with the navigation menu with Anchor Link <a href="#next-section">Next Section</a>, when I clicked to the nav menu with Ankor Link "next-section" doesn't work at all, If I remove the react-visibility-sensor it working, but I want to have react-visibility-sensor and to working the Anchor Link.

I think this issue is a bug.

I atached the zip with video.