devtools icon indicating copy to clipboard operation
devtools copied to clipboard

HMR and Vuetify, components tree replaced with VtTransitions

Open jsodeman opened this issue 3 years ago • 0 comments

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.

image image


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.

jsodeman avatar Sep 08 '22 23:09 jsodeman