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
Is your feature request related to a problem? Please describe.
In large apps, there are often waaaaay too many components in the component inspector.
When you use the point-and-click-to-inspect button, you can find your component, but to find the parent of that component, you have to scroll passed all the subtrees of that component -- and in this case we don't care about the subtrees at all.
We can already "get around this" ergo problem by first "collapsing all trees" and then using the point-and-click-to-inspect button -- however, there is still visual noise, and for large apps, you may still have to scroll a long ways to find the parent, even if all the sibling trees are collapsed.
Describe the solution you'd like
Something like what react inspector has, where you only show parents:
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In large apps, there are often waaaaay too many components in the component inspector.
When you use the point-and-click-to-inspect button, you can find your component, but to find the parent of that component, you have to scroll passed all the subtrees of that component -- and in this case we don't care about the subtrees at all.
We can already "get around this" ergo problem by first "collapsing all trees" and then using the point-and-click-to-inspect button -- however, there is still visual noise, and for large apps, you may still have to scroll a long ways to find the parent, even if all the sibling trees are collapsed.
Describe the solution you'd like
Something like what react inspector has, where you only show parents:
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: