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
Describe the bug
A clear and concise description of what the bug is.
Using useWindow={true} as the docs say "Add scroll listeners to the window, or else, the component's parentNode." should help me to achieve infinite scroll but it does nothing.
To Reproduce
Please clone your layout and use of react-infinite-scroller by forking this Code Sandbox and linking it here. Doing so will massively expedite getting the bug fixed! 👊
Expected behavior
A clear and concise description of what you expected to happen.
Not having the ability to use the browser scroll event for infinite scrolling. Something is weird because the component knows there is more to fetch because hasMore={true} but the loadMore function does not trigger at all...
Screenshots
If applicable, add screenshots to help explain your problem.
Device (please complete the following information):
OS: [e.g. Mac]: macOs Big Sur 11.6
Browser [e.g. chrome, safari]: Chrome
Version [e.g. 22]: Chrome Version 97.0.4692.99 (Official Build) (x86_64)
"react-infinite-scroller": "^1.2.4",
"react": "17.0.2",
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
Using useWindow={true} as the docs say "Add scroll listeners to the window, or else, the component's parentNode." should help me to achieve infinite scroll but it does nothing.
To Reproduce
Please clone your layout and use of react-infinite-scroller by forking this Code Sandbox and linking it here. Doing so will massively expedite getting the bug fixed! 👊
Expected behavior
A clear and concise description of what you expected to happen.
Not having the ability to use the browser scroll event for infinite scrolling. Something is weird because the component knows there is more to fetch because
hasMore={true}
but the loadMore function does not trigger at all...Screenshots
If applicable, add screenshots to help explain your problem.
Device (please complete the following information):
The text was updated successfully, but these errors were encountered: