You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please modify the npm docs and mention that for the dataLength prop we need to pass the actual length of the data that we are currently rendering.
#392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
I stumbled upon an issue where I wasnt able to fetch more data, the next function was not being called after spending some time with the code I searched online and found this answer.
https://stackoverflow.com/questions/67699376/react-infinite-scroll-component-stopped-working-after-one-call-loadmore-only
it would be wise if we modify and docs and mention whats the proper value that needs to be passed for dataLength
The text was updated successfully, but these errors were encountered: