react-infinite-scroller
react-infinite-scroller copied to clipboard
⏬ Infinite scroll component for React in ES6
**Describe the bug** A clear and concise description of what the bug is. Using useWindow={true} as the docs say "**Add scroll listeners to the window, or else, the component's parentNode.**"...
after loadmore called, ui scroll return to firstPage
**Describe the bug** A clear and concise description of what the bug is. using v1.2.6 bump into the following build error: ``` [!] RollupError: "default" is not exported by "node_modules/react-infinite-scroller/index.js",...
**Describe the bug** I was trying to use `getScrollParent` using the method suggested in the documentation. It didn't work. But I think that the problem might be in the typings,...
When the initial data does not fill the page (resulting in not having a scrollbar) the loader is displayed, but new data is not being fetched as there's no scroll...
I'm using mui and it breaks my ui, really need to render it as a react fragment
Complains of an invalid prop type when I set the prop element={CustomComponent} instead of defaults like "div".
I want to pull up the element and get data from last page. How could I did it?
There will be problems when big datas on mobile if do not use virtual dom. Will be optimized by virtual dom in the future?
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...