I updated to v7 with useInfiniteScroll exactly like in the basic example. Unlike in previous version, now if I hold End, at some point it stops loading. If I scroll up and then down again it loads again.
Probably in addition to IntersectionObserver, you also need to make sure if it's not already visible at the time it's added to the DOM.
I updated to v7 with
useInfiniteScrollexactly like in the basic example. Unlike in previous version, now if I hold End, at some point it stops loading. If I scroll up and then down again it loads again.Probably in addition to
IntersectionObserver, you also need to make sure if it's not already visible at the time it's added to the DOM.