makotot / react-scrollspy

:six_pointed_star: react scrollspy component
https://makotot.github.io/react-scrollspy/
MIT License
426 stars 82 forks source link

Not working if <scrollspy> in one component(tabComponent) and id's(section-1,section-2) are in other component #90

Open gleelaram opened 6 years ago

gleelaram commented 6 years ago

Not working if scrollspy tag in one component(tabComponent) and id's(section-1,section-2) are in other component(viewComponet).

I am using react-router and i have used the HASHLink.

SilencerWeb commented 5 years ago

@gleelaram, I have the exact case and I'm curious if you've come up with a solution or not

Dissarion commented 5 years ago

Has anyone solved this problem?