react-infinite-scroller
react-infinite-scroller copied to clipboard
⏬ Infinite scroll component for React in ES6
I want set spefici height of element that use infinite scroll ```jsx {items} { this.messagesEnd = el; }}> ``` But when I render that's not load more item. 
@danbovey, are you happy for me to maintain this package?
**Describe the bug** When there is a lot of difference between the parentNode and the scroll Element, then the offset is calculated incorrectly. The space between the parentNode and the...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Scrollbars cannot return to...
Hello, I have a problem with Chrome and Safari (not with Firefox) : when I scroll, even if I did not reach the threshold yet (250px), the loadMore func is...
Fix #44 Relate #105 This feature makes sense when updating the list directly from parent (eg: search in list), then the listeners need to be removed as soon as hasMore...
i can't find the way to return to previous page.Now,i can go to next page by loadMore,i think i need a function to deal when i should return to prievious...
Added isLoading property to solve issue: https://github.com/CassetteRocks/react-infinite-scroller/issues/143