ankeetmaini/react-infinite-scroll-component

Possibility to pass throttle time as props

Closed this issue · 0 comments

When scrolling quickly through a long list, the data fetching randomly stops.
after bit of investigation, we found that 150 milliseconds is large enough throttle cause the issue. We tried to lower that throttle by going into the library and it seemed to work.
So, it'll be very helpful if we could pass throttle time as props