Toggle error or loading state in devtools #4350
Unanswered
paul-sachs
asked this question in
Ideas
Replies: 1 comment
-
Decided to go ahead and start a draft to see if it's possible. It's a little finicky to get errors handled with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was recently debugging our error and loading states within our application and it struck me that this would be a killer feature to expose from the devtools. Currently we don't use react-query for anything crazy so devtools seem nice but not necessary since the network panel provides most of what i need, but toggling loading and error state is something that can't be done easily any other way.
Just wanted to gauge how interested other folks would be before I dive into the code and see if this is even possible.
Beta Was this translation helpful? Give feedback.
All reactions