virtual
virtual copied to clipboard
“React Example: Infinite Scroll“ didn't show "Nothing more to load" correctly.
Describe the bug
On the tanstack official website the example “React Example: Infinite Scroll“ didn't show "Nothing more to load" correctly.
Your minimal, reproducible example
https://tanstack.com/virtual/latest/docs/framework/react/examples/infinite-scroll?panel=sandbox
Steps to reproduce
- Open this example: https://tanstack.com/virtual/latest/docs/framework/react/examples/infinite-scroll?panel=sandbox
- Change the stop condition to
lastGroup.nextOffset >= 3
Expected behavior
Show "Nothing more to load" in the last row
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
Tanstack Official Website
tanstack-virtual version
"@tanstack/react-query": "^5.80.7",
TypeScript version
No response
Additional context
No response
Terms & Code of Conduct
- [x] I agree to follow this project's Code of Conduct
- [x] I understand that if my bug cannot be reliable reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.