T
TanStack3y ago
optimistic-gold

Why does react-query devtools makes my component disappear?

I noticed that whenever I open the react-query devtools, my component seems to disappear. I realized after inspecting the DOM, it seems to add padding to my component every time I open the devtools. But when I close the devtools it removes the padding and my component reappears. This is very strange but was wondering if anyone has further insight into how the rendering of the devtools works?
1 Reply
sunny-green
sunny-green3y ago
Could you show a reproduction of this issue on a codesandbox/stacblitz etc?

Did you find this page helpful?