TanStack / TanStack/virtual

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

Open
#1,068 1 comment 0 reactions 0 assignees View on GitHub

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
  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
  • 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.