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

I have a `react-infinite-scroll-component` in combination with `react-custom-scrollbars`. The code below works for me. However, I would like to set a different **width** for the scrollbar. Is this possible? I've...

I want to scroll all the way down to load more content and I set scrollThreshold={1} but it will stop after load some of the data while I zoom out...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

if you want to inverse scroll and add following line to your code: style={{ display: 'flex', flexDirection: 'column-reverse' }} it triggers to misbehave text selection, example can be seen here:...

When scrolling up (Inverse) to the top, I expect to see the loader component on top of the page until new data is loaded. Instead, the scroller is adding the...

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...

dependencies

Hello, is there a way to allow scolling while hiding the scroll bar? I tried applying the standard styles for hiding scroll bar (which works with any other scroll component):...

Hello. I'm trying to use this library inside of a component contained in a shadow root. Once I add the `height` prop I start getting this error when scrolling. Here...

After first call of next function, it is not being called on antd table. Can anyone help me out with it or anyone faced similar issue.

I've tried using inverse infinite scrolling, but it doesn't work. I checked an example from the documentation https://codesandbox.io/s/boring-haze-4c49t?file=/src/index.js:922-935