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
I'd love for some kind of hook, global function, or something that I could use to open up the devtools to a specific panel (or set some of the options that get persisted to localStorage).
It would allow me to build debug buttons into my UI that open up a certain custom panel, similar to how I can open up routes in my app with TanStack router using search params.
I'd love to have a sort of details page for components within a panel, where I pass some ID or state to it, and read from the React Query cache, or layer on my own data. As it currently stands, I can kind of hack around the internal store by trying to manipulate localStorage and click()ing the TanStack devtools floating button, but not ideal 👻
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'd love for some kind of hook, global function, or something that I could use to open up the devtools to a specific panel (or set some of the options that get persisted to
localStorage).It would allow me to build debug buttons into my UI that open up a certain custom panel, similar to how I can open up routes in my app with TanStack router using search params.
I'd love to have a sort of details page for components within a panel, where I pass some ID or state to it, and read from the React Query cache, or layer on my own data. As it currently stands, I can kind of hack around the internal store by trying to manipulate
localStorageandclick()ing the TanStack devtools floating button, but not ideal 👻Beta Was this translation helpful? Give feedback.
All reactions