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
devtools indicate what components are inside a suspense boundary with a small purple tag.
That can quickly create a lot of noise and not be very helpful.
For example if you have a Suspense component at your top router, than basically everything is inside it, for example:
And if you have multiple suspense boundaries then it's impossible to see where they are exactly with this depiction.
I suggest that the Suspense purple tag should only be displayed where the suspense boundary actually is.
Related: it would also be nice to have another tag that says Async (purple as well or another color) and helps identify where async components are.
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
devtools indicate what components are inside a suspense boundary with a small purple tag.
That can quickly create a lot of noise and not be very helpful.
For example if you have a
Suspense
component at your top router, than basically everything is inside it, for example:And if you have multiple suspense boundaries then it's impossible to see where they are exactly with this depiction.
I suggest that the Suspense purple tag should only be displayed where the suspense boundary actually is.
Related: it would also be nice to have another tag that says
Async
(purple as well or another color) and helps identify where async components are.The text was updated successfully, but these errors were encountered: