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

When scrollableTarget's scrollHeight equals to scrollableTarget's clientHeight that means scroll disabled. 'next' props function is not triggering. This causes more data not to be fetched from the server.

I am trying to implement it with fullpage js library but it's not working , any idea how can i achieve infinite scrolling with fullpage js ???

Motivation: When we scroll fast the events are not captured & results in lagging behavior. See https://github.com/ankeetmaini/react-infinite-scroll-component/issues/78

https://codesandbox.io/s/trusting-frost-q6wjc?file=/src/index.js next function is triggered due to `target.scrollTop === 0` condition in line 257 https://github.com/ankeetmaini/react-infinite-scroll-component/blob/9e5ac46ca55e94543b3ca4a1276a2d7ab96a8af5/src/index.tsx#L257 when you scroll to bottom. When you use inverse scroll and scroll up to the...

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

Fixes #242 The issue is when we use `flexDirection: 'column-reverse'` . The scroll bar is set to the bottom. On desktop the scrollTop ends with 0 if it reaches the...

I am using react 16.13.1 react-infinite-scroll-component 5.0.5 error: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://fb.me/react-unsafe-component-lifecycles for details. * Move data...

When scrollableTarget has visible horizontal scroll and does **not** have vertical scroll. Then scrolling sideway triggers next callback. Code example: https://codesandbox.io/s/red-lake-h48xh?file=/src/index.js

Hi, I really like this library. I'm trying to use this library with a custom scrollbar but when scrolling at the bottom the function that loads more data does not...

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies