react-infinite-scroller icon indicating copy to clipboard operation
react-infinite-scroller copied to clipboard

loadMore fired before reaching the bottom of a scrollable div

Open saviy00 opened this issue 3 years ago • 1 comments

I have a scrollable parent div, I've used infinite scrollable component inside it. The issue that I'm facing is that loadMore method is invoked before reaching the bottom of the parent div.

Please check the sanbox link: LINK

saviy00 avatar Jun 02 '21 08:06 saviy00

You can set the threshold for the scroller as the document mentions

Mangor1no avatar Jul 09 '21 05:07 Mangor1no