-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
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.