TanStack Devtools version
v0.10.0
Framework/Library version
React v19.2.4
Describe the bug and the steps to reproduce it
If the app is rendered without using <StrictMode> then a single devtools UI is rendered, but if you wrap your app so it runs in strict mode two copies of the devools UI will render.
This isn't noticeable unless you resize the tools window. You can see this behavior in the basic example embedded in the docs. Add StrictMode to the react import and update the last line to root.render(<StrictMode><App /></StrictMode>).
Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
https://tanstack.com/devtools/latest/docs/framework/react/examples/basic?panel=sandbox
Screenshots or Videos (Optional)
Default view when open
Shrink the tools down and the second copy will show
Do you intend to try to help solve this bug with your own PR?
No, because I do not have time to dig into it
Terms & Code of Conduct
TanStack Devtools version
v0.10.0
Framework/Library version
React v19.2.4
Describe the bug and the steps to reproduce it
If the app is rendered without using
<StrictMode>then a single devtools UI is rendered, but if you wrap your app so it runs in strict mode two copies of the devools UI will render.This isn't noticeable unless you resize the tools window. You can see this behavior in the basic example embedded in the docs. Add
StrictModeto the react import and update the last line toroot.render(<StrictMode><App /></StrictMode>).Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
https://tanstack.com/devtools/latest/docs/framework/react/examples/basic?panel=sandbox
Screenshots or Videos (Optional)
Default view when open
Shrink the tools down and the second copy will show
Do you intend to try to help solve this bug with your own PR?
No, because I do not have time to dig into it
Terms & Code of Conduct