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

No info in selected component #2123

Open nikolaimoiseev01 opened 1 year ago

nikolaimoiseev01 commented 1 year ago

Vue devtools version

6.5.1

Link to minimal reproduction

localhost

Steps to reproduce & screenshots

Sometimes there is just nothing in component info window. Снимок экрана 2023-11-10 133354

What is expected?

Functionality

What is actually happening?

No Functionality

System Info

Chrome

Any additional comments?

No response

saschafuchs commented 11 months ago

The same here, a few weeks ago I could still see the data within the components with Force Vue Devtools via the DevTools, now I only see props and empty symbols. This was actually useful, especially on production pages

sinkersan commented 9 months ago

Facing the same issue. With 6.6.1 version. Does anyone know how to fix this?

Devil-Cong commented 8 months ago

+1

HaoyuLee commented 8 months ago

+1

bgoscinski commented 7 months ago

Minimal reproduction: https://stackblitz.com/edit/vitejs-vite-zhshuz?file=src%2Fmain.js ~I'm working on a fix~ done: #2155