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

I'm using a custom state management instead of using the `page` parameter for loading items. This because I need to "reset" the page after some search parameters changes. Basically this...

**Describe the bug** When scrolling browser spams to console: [Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See - OS: MACOS - Browser...

Hi, I cannot seem to get this to work at all, as the loadMore function never fires when reaching the end of the list of initial items. My code as...

Hi, is anyone used it with material-ui DataGrid?

**Describe the bug** Scroll to bottom until all the content is loaded i.e. hasMore returns false, swipe once more the InfiniteScroller scrolls to (close to) top. Only happens when there...

Use `React.forwardRef()` to get rid of "ref is not a prop" error

I use React-Redux to pass ```loadMore``` and ```hasMore``` Code: ``` import * as React from 'react'; import * as InfiniteScroll from 'react-infinite-scroller'; import styled from 'styled-components'; import { Item, SearchInput...

i want use isReverse props but when I rendereing scroll always in top of element. So automatically load more items. How I to prevent autoload and put scroll in bottom...

**Describe the bug** I put a condition to fetch data only when it's the first time it's fetching data in component . So in useEffect I set an if statement...