virtual icon indicating copy to clipboard operation
virtual copied to clipboard

“React Example: Infinite Scroll“ didn't show "Nothing more to load" correctly.

Open wukaipeng-dev opened this issue 2 months ago • 0 comments

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

  1. Open this example: https://tanstack.com/virtual/latest/docs/framework/react/examples/infinite-scroll?panel=sandbox
  2. Change the stop condition to lastGroup.nextOffset >= 3
Image

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.

wukaipeng-dev avatar Oct 22 '25 03:10 wukaipeng-dev