Open
Description
What problem does this feature solve?
I have a small app (about 5 or so components) I am testing that has a few too many AsyncComponentWrapper
s to unfold. Hopefully this option will reduce the amount of times that the user has to see redundant components in the tree - and if it is necessary for the user, then they can keep it on.
What does the proposed API look like?
Perhaps a checkbox in the Settings menu labelled "Hide AsyncComponentWrappers from tree".
- Hide
AsyncComponentWrappers
from tree - this option will hide components that are wrapped bydefineAsyncComponent
wrappers, showing only the children.
I have no idea about the implementation of the devtools so I'm unable to provide any code samples.