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

In case of safari, when i scroll the images are getting overlaped, can be seen in the GIF attached, working fine in case of Chrome, Firefox ![SafaroScrollissue](https://user-images.githubusercontent.com/43493690/135841080-92eb174a-f831-472a-bf15-52376baee7bc.gif)

Hi, really liking the library. https://codesandbox.io/s/distracted-bogdan-zhcit?file=/src/index.js The above is a working example of inverse scrolling within a fixed height container of 300px. If you modify the height (line 35) to...

Would be essential for things like chat. #24 #49

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

This provoke styling issue when the parent dom element need custom styles. Here for example I tried to make the component width 100% but the class name is not apply...

I have an `InfiniteScroll` component inside a CSS Grid cell (typical layout: Header, Main, Aside and Footer), like in screenshot below: ![photo_2021-07-16_12-26-39](https://user-images.githubusercontent.com/1277917/125972869-62add76f-c01a-4672-8271-c7a36c0bc440.jpg) I want to avoid vertical overflow of my...

hasMore is false, service return the data = [] , so the len of productList not change, thus , refresh function not working

Lib is working great, but i'am getting this error on console: `Functions are not valid as a React child. This may happen if you return a Component instead of from...

Expected behavior: when user scrolling down, we do not want to block the scrolling. Let the component renders box frames, wait for the async data fetching and backfill those placeholders....