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

Hi, thanks for maintaining this project - it has allowed us to consider implementing infinite scroll when we would not have otherwise :smile: I'm having some trouble. In our app,...

Hello, I'm having some issues using react-infinite-scroll-component. according to the document, next function is 'a function which must be called after reaching the bottom'. In my case, when I mouse...

So I face an issue with using the infinite-scroll on html data table. when i scroll horizontal scrollbar then call next function so how to prevent call next function on...

`loader` prop not rendered at first load. I am looking for a way, where I can show the loader when the component waits for the first load of data. As...

Hello everybody, When using infinite scroll for long content, we find out there's a little lag/stuck for loading more content. I know there's stop time for api to return data....

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

As https://codesandbox.io/s/yk7637p62z showed , just change styles to below: ``` const style = { height: 5, border: "1px solid green", margin: 6, padding: 8 }; ``` ![TIM截图20190819104715](https://user-images.githubusercontent.com/7566337/63236156-39e55500-c26f-11e9-8f3c-b0e014c40e3d.png) scroll page and...

So I ran into an issue with using the infinite-scroll on an html table where a horizontal bar was always placed at the bottom. When I would attempt to override...

I went over all the issues here and I couldn't find a clear solution. I'm using a function component with hooks, if it matters. When I scroll down in a...

Hey! When i zoom out and the entire list is displayed, there is no way of loading more data. I think this is because no scrollevent can be detected. Is...