Open torce opened 2 years ago
I came across same bug, hope this will be fixed.
Pretty big impact on DX, would love a solution!
We have the same problem.
We're still facing the same issue, (Version 6.5.0) are there any plans to fix this?
Still facing the same issue too.
Maybe similar issue than: https://github.com/vuejs/devtools/issues/2061
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.
How has this been broken for two years and still not fixed?
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