civiccc / react-waypoint

A React component to execute a function whenever you scroll to an element.
MIT License
4.08k stars 208 forks source link

Reset/Refesh Waypoint #319

Open developdeez opened 5 years ago

developdeez commented 5 years ago

I have a list using fetchMore that uses Waypoint to trigger the fetch.

Trouble is after the fetch the position of the waypoint is still above so it continues to fetchMore.

How can I make the waypoint position correctly when fetched new data?