T
TanStack4y ago
vicious-gold

How do I get rid of react-query dev tool html element? Its breaking my html page.

At the bottom of my page the react-query dev tool is creating an element and its outside of the content on the html page, its breaking the page and i wanna get rid of it. I can't do overflow none because I need to scroll on the page, especially for mobile view.
No description
2 Replies
compatible-crimson
compatible-crimson4y ago
You can use the ReactQueryDevtoolsPanel and position it manually. But in any case, nothing is rendered in production mode.
vicious-gold
vicious-goldOP4y ago
So i shouldnt worry about it then?

Did you find this page helpful?