react-infinite-scroll-component
react-infinite-scroll-component copied to clipboard
An awesome Infinite Scroll component in react.
I found an issue while using this component in a React app and was able to reproduce it in one of the available examples of the documentation. The whole functionality...
We're going to make this library more awesome in 2021! Here are some of the things we need to pick-up in the order (of most important) 1. Triaging the existing...
the loader still showing eventhough the api returns empty array. is there any props to show "No Items Found" message when api returns empty array?
The plugin is not working when there is 2 Infinite Scroll Component on a page. The next function is called when we scroll the second list and not when we...
For minimised window, the scroll bar disappears.
This will close https://github.com/ankeetmaini/react-infinite-scroll-component/issues/180 I can't implement it locally (don't know how) but all tests passed and it looks good to me... the only problem might be conflicting `overflow: ...`...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
{this.props.items.map((item, index) => { if((_this.props.filters.favourite == 1 && item.favourite == 1) || (_this.props.filters.favourite == 0)) { return // } } )}
Hi. Horizontal scroll is calling "next" too early, almost at the beginning of the scroll. Vertical scrolling works fine. How can i fix this?
not loading more after getting connected again