virtual icon indicating copy to clipboard operation
virtual copied to clipboard

Tanstack Virtual freezes when using React DevTools

Open Firnu opened this issue 1 year ago • 4 comments

Describe the bug

Tanstack Virtual with WindowVirtualizer freezes when selecting any child of the virtualized list in the Components tab of React Devtools. Only full page refresh restores the virtualizer. The issue starts with a warning in the console: Could not find Fiber with id "2689".

Virtualization implementation can be found here: https://github.com/Firnu/calamariassignment/blob/main/src/pages/doctors/%40components/DoctorsList.tsx

From my tests, the issue persists in other implementations as well.

Your minimal, reproducible example

https://6ee3967b.calamariassignment.pages.dev/

Steps to reproduce

  1. Open the provided example (make sure to have React Devtools installed).
  2. Open Chrome dev tools F12
  3. Scroll the list to confirm that Tanstack Virtual is working
  4. Select any item in React Devtools (Components tab) that is a child of the virtualizer.
  5. Scroll the list again, the items will get frozen (only last displayed items will stay visible). The console should print a warning Could not find Fiber with id "x"

Please refer to the attached video.

Expected behavior

Tanstack Virtual should continue working even when selecting items in React Devtools (Components tab). Worst case scenario, it should be able to restore itself when items related to virtualizer are deselected.

How often does this bug happen?

Every time

Screenshots or Videos

https://github.com/TanStack/virtual/assets/17776290/ba752de1-22ff-4e9f-b63c-054e2f163f97

Platform

Chrome 122.0.6261.70 (Official), Windows 11

tanstack-virtual version

3.1.2

TypeScript version

v5.3.3

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.

Firnu avatar Feb 27 '24 19:02 Firnu

Same issue. Any ideas?

glmn avatar Oct 07 '24 12:10 glmn

Thanks for reporting this! I’ll have a look into this issue soon and see if I can figure out what’s going on. In the meantime, if anyone else has insights or a possible workaround, feel free to share!

piecyk avatar Oct 11 '24 12:10 piecyk

The same thing happens in Chrome DevTools "Elements" as well as React DevTools (but no console warnings are shown). It did not happen in Safari DevTools.

  • Platform:
    • Chrome 129.0.6668.101 (Official Build) (arm64)
    • Safari 17.5 (19618.2.12.11.6)
    • macOS 14.5
  • tanstack-virtual version: 3.0.0-beta.65

murs313 avatar Nov 06 '24 07:11 murs313

issue still exists in @tanstack/[email protected] 🥲

yurii-chikhrai-wk avatar Jun 11 '25 13:06 yurii-chikhrai-wk