react-infinite-scroller icon indicating copy to clipboard operation
react-infinite-scroller copied to clipboard

⏬ Infinite scroll component for React in ES6

Results 100 react-infinite-scroller issues
Sort by recently updated
recently updated
newest added

Thank you @qhuynh96 for the fix, the change in this PR is already done in https://github.com/danbovey/react-infinite-scroller/pull/267 this PR is just copying the changes from /src to /dist (this PR can...

**Describe the bug** npm i react-infinite-scroller command not working for react react version above 18 **Screenshots** ![Screenshot (1)](https://github.com/danbovey/react-infinite-scroller/assets/88629099/876650ac-7f7b-4d60-a7dc-bf6779120a5b)

From https://github.com/guillaumervls/react-infinite-scroll/issues/44: > Every time the loadmore event is triggered, it triggers two times > > ![image](https://user-images.githubusercontent.com/15681939/37285413-e9b6949a-2639-11e8-9edd-5d05fd8d3441.png) > > ![image](https://user-images.githubusercontent.com/15681939/37285441-fa615c58-2639-11e8-83a9-17c82bafa593.png)

Apparently a lot of issues are not answered in the last year. @danbovey do you still have the bandwidth to maintain the project?

Fixes https://github.com/CassetteRocks/react-infinite-scroller/issues/230

Fixes https://github.com/CassetteRocks/react-infinite-scroller/issues/214

Anyone have a good working example for chat window, that when opened start at bottom but does not start the `loadMore` function. Also data need to be reversed and displayed....

```Warning: InfiniteScroll: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you...

_Adding this issue because it was asked to me directly._ If you're filtering items, and the data needs to be completely changed, the page needs to be reset back to...

question

I'm using `material-ui` and I want the scroll container to be a `Grid` node. So I did import { Grid } from "@material-ui/core"; ... ... which works great. Note that...