react-infinite-scroll-component
react-infinite-scroll-component copied to clipboard
An awesome Infinite Scroll component in react.
I'm having problems, if I scroll too fast to the bottom of the page then when scrolled "infinity scroll" trigger called "next "
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Added passive event listener indication so browsers supporting this feature will run faster and smoother. This addresses these types of warnings seen in Dev Tools (Lighthouse): `[Violation] Added non-passive event...
When i using a grid component inside InfiniteScroll component, its only show one item per row, even though i want to show 5 item per row, it doesnt work. ```javascript...
Currently, `InfiniteScroll` adds the scroll listeners only when mounting. That means that if the scroll target (whether it's specified or default to `window`) changes, the component won't request a new...
Hello, When I fetch my next data, the scrollbar is going back to the top and not stay in the last item and continue from there. I follow the same...
This library not compitable with ie 11, While scrolling, next method not called
# Bug report userSwrInfinite + react-infinite-scroll-component bug ## Description / Observed Behavior I have react-infinite-scroll-component with useSwrInfinite integration. I also have an input to search by name the api. if...