“React Example: Infinite Scroll“ didn't show "Nothing more to load" correctly.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.1k
- Forks
- 466
- Avg merge
- 2d 31m
- Merged PRs (30d)
- 13
Description
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
- I agree to follow this project's Code of Conduct
- 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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the React infinite-scroll example at the linked TanStack Virtual documentation URL and reproduce the issue by changing the stop condition to lastGroup.nextOffset >= 3. Trace how the final row is rendered; done when it displays “Nothing more to load” in the last row.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100