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

in my project I want change the scrollY when user click some button,I tryed change initialScrollY use the useState hooks,but it does not work :(

This is a known and explicit issue, and the author is no longer maintained. It has also been mentioned in other issues how to fix it. ( #391 #380 )...

I'm experiencing an issue where the next function of the InfiniteScroll component doesn't seem to work as expected. I've tried implementing a simple alert inside the next function, but nothing...

InfinityScroll in the scrollable element and has `scrollableTarget="scrollableDiv"` ``` ``` how to focus on it on the load, so it will be scrollable by the pageDown if tried useRef and...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

fix the problem that the pull down refresh function fails when scrolling to the bottom. Because after scrolling to the end, actionTriggered is set to true, when the pull-down refreshes,...

This PR addresses part of the concerns raised in #314 . This pull request includes changes to the `InfiniteScroll` component in `src/index.tsx` to fix an issue with target loss in...

I now have a problem, when I set the initial value of dataLength to 16, it can scroll normally on the 1440 resolution screen, when the 1920 resolution screen shows...

Hi, First of all thanks for this amazing library! I have a question. Right now, as soon as you release after pulling down to refresh, the PTR content gets hidden...