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
When I manually expand the hierarchy to the component I want to inspect, then collapse the component tree manually, and then trigger the inspect of the component again, no error occurs. The component tree can be expanded normally.
It appears that manually expanding the component tree updates the componentTreeLinkedList, which allows the automatic expansion logic after manually expanding the component tree to work properly. However, if inspected directly, an error occurs.
The text was updated successfully, but these errors were encountered:
When inspecting a component, the component tree will not automatically expand to the level of the component if it has not been manually expanded.
I encountered the following error:
The relevant code is as follows:
https://github.com/vuejs/devtools-next/blob/main/packages/client/src/pages/components.vue#L124
When I manually expand the hierarchy to the component I want to inspect, then collapse the component tree manually, and then trigger the inspect of the component again, no error occurs. The component tree can be expanded normally.
It appears that manually expanding the component tree updates the
componentTreeLinkedList
, which allows the automatic expansion logic after manually expanding the component tree to work properly. However, if inspected directly, an error occurs.The text was updated successfully, but these errors were encountered: