react-infinite-scroll-component icon indicating copy to clipboard operation
react-infinite-scroll-component copied to clipboard

An awesome Infinite Scroll component in react.

Results 162 react-infinite-scroll-component issues
Sort by recently updated
recently updated
newest added

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...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies

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...

good first issue
documentation

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...