react-infinite-scroll-component
react-infinite-scroll-component copied to clipboard
An awesome Infinite Scroll component in react.
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 
Attempt to fix issue #87
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 [](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...
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:  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....