Create a project with Laravel, Vue 3, TypeScript, Webpack
Add a App component
Add some child components (I have 2, and 2 more within the second)
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
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