react-infinite-scroller
react-infinite-scroller copied to clipboard
⏬ Infinite scroll component for React in ES6
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** 
From https://github.com/guillaumervls/react-infinite-scroll/issues/44: > Every time the loadmore event is triggered, it triggers two times > >  > > 
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...
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...