vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.69k stars 4.14k forks source link

Components not showing #1951

Closed Garanaw closed 2 years ago

Garanaw commented 2 years ago

Version

6.3.0

Browser and OS info

Firefox 104.0.2 (64-bit) / Ubuntu 22.04.1 LTS

Steps to reproduce

What is expected?

The inspector in Vue DevTools shows the tree of components

What is actually happening?

The inspector in Vue DevTools only shows the main component


I haven't used Vue DevTools in the past days, so I don't know if this is related, but I have opened it to check a new piece that I have added to my project (provide/inject), and there's when I have realized that the components are not showing up

Garanaw commented 2 years ago

Will close as it did refresh after closing the browser and opening it back