vuejs / devtools-v6

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

State of imported components created using setup script cannot be inspected #1940

Open torce opened 2 years ago

torce commented 2 years ago

Version

6.2.1

Browser and OS info

Chrome version 105.0.5195.102 / Debian 10

Steps to reproduce

Full example with screenshots here: https://github.com/torce/devtools-setup-script-bug/

What is expected?

State of imported components defined with setup script should be shown.

What is actually happening?

State cannot be inspected.


Component names cannot be inspected also, like #1938

torgerious commented 2 years ago

I came across same bug, hope this will be fixed.

nandastone commented 2 years ago

Pretty big impact on DX, would love a solution!

blouflashdb commented 2 years ago

We have the same problem.

nickshontz-ych commented 1 year ago

We're still facing the same issue, (Version 6.5.0) are there any plans to fix this?

henryobiaraije commented 1 year ago

Still facing the same issue too.

oliviernguyenquoc commented 11 months ago

Maybe similar issue than: https://github.com/vuejs/devtools/issues/2061

emahuni commented 7 months ago

setup tag is recommended approach in Vue docs, but this is a deal breaker. I am converting all my components to setup () until this is fixed.

I also tried to expose the state I wanted shown in devtools to no avail.

chris-oswald commented 2 months ago

How has this been broken for two years and still not fixed?