You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you intend to try to help solve this bug with your own PR?
No, because I do not know how
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.
The text was updated successfully, but these errors were encountered:
TanStack Table version
v8.16.0
Framework/Library version
v18.3.0
Describe the bug and the steps to reproduce it
Please see the codesandbox, it was forked from offical example dynamic virtualized rows
Just click the
hide
button, then React maximum update depth execeeded will happen.The only code change is the
BugApp
component, it wrap the originApp
and provde a button to toggle style todisplay: none
.This issue can't reproduce when only use
@tanstack/virtualize
, see this codesandbox. This is also forked from offical example.Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
https://codesandbox.io/p/devbox/nice-shannon-spvxpx
Screenshots or Videos (Optional)
Do you intend to try to help solve this bug with your own PR?
No, because I do not know how
Terms & Code of Conduct
The text was updated successfully, but these errors were encountered: