Jesper Falkenby
Results
2
comments of
Jesper Falkenby
I solved this by letting [react-waypoint](https://www.npmjs.com/package/react-waypoint) do the "set active" handling instead. So I removed `spy` and `onSetActive` from my `` elements and wrapped each targeted element with ``. That...
I had a similar issue and solved it by removing the spy functionality completely from my `` elements and introduced `` elements instead from the wonderful [react-waypoint](https://www.npmjs.com/package/react-waypoint) library. That way...