Similar to #16463, I find myself overwhelmed when trying to navigate the React component tree because everything is expanded by default.
- IMO there should be a simple way to recursively collapse everything and view the tree "top-down" rather than "bottom-up," just as VSCode's [-] button allows you to do.

- It would also be sensible to add vertical lines below each component's expand/collapse handle, because it becomes hard to see which elements are siblings in the tree when it's nested e.g. 15 layers deep.
