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?
None
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:
The lag only happens when the devtools is open. Also seems to only be on Brave. Tried incognito so it is not an extension.
Probably not a bug with this library then but wow what a specific bug:
Only React 19
Only on Brave
Only when Devtools is open
Of course I'd run into that 😅 Anyone else able to reproduce?
UltimateGG
changed the title
Much slower performance in React 19
Slow performance with devtools open
Apr 13, 2025
TanStack Table version
v8.21.2
Framework/Library version
React v19.1.0
Describe the bug and the steps to reproduce it
Run
npm i react@latest react-dom@latest @types/react@latest @types/react-dom@latest
and restart the app.In the sorting example, change the number of rows visible to make the effect more visible.
(Change
.rows.slice(0, 10)
to something like 300.Sorting by say the Age column, I can click through very fast, almost instant.
Open devtools, and click through sorting the age column again. It is noticeably slower for me, about a second.
Only happens in React 19
Removing the
flexRender
makes it fast. Possibly related #4962Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
https://tanstack.com/table/v8/docs/framework/react/examples/sorting
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
None
Terms & Code of Conduct
The text was updated successfully, but these errors were encountered: