devtools
devtools copied to clipboard
HMR and Vuetify, components tree replaced with VtTransitions
Version
6.2.1
Browser and OS info
Chrome 105 / Windows 11
Steps to reproduce
Create a layout using Vue2 and Vuetify. Run the dev server with HMR. Make a change to a single file component then reload the page with dev tools open (F5).
What is expected?
To see the component tree in the Components view.
What is actually happening?
The component tree is replaced by a tree of VtTransitions and TransitionGroups.

To get the correct component tree back you have to close dev tools, do a full page reload (F5), and then reopen dev tools. The dev tools refresh button does not correct the problem.