Replies: 1 comment
-
This is something I'd like as well. It's possible to toggle suspense and error in the React dev tool extension, but you have to find your component in the dom tree first and the TanStack router dev tool gives a much better overview of the relevant routes. |
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.
-
Correct me if I'm wrong, but there's currently no way to do this, right? I'd like to suspend routes from devtools to test various states, i.e. render
errorComponent
,pendingComponent
,notFoundComponent
, and of coursecomponent
.Beta Was this translation helpful? Give feedback.
All reactions