vuejs / devtools

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools.vuejs.org/
MIT License
1.7k stars 122 forks source link

Components tree doesn't show key #650

Closed stupid-beard closed 3 weeks ago

stupid-beard commented 3 weeks ago

In the components tree in vue devtools v6, it would show the key for the component if there was one. I can't find the equivalent in devtools v7 anywhere. Is it missing or am I just being dense? I have searched but can't find anything.

The app is a plain vue+vite thing on Vue v3.5.12 with no frameworks, if that matters.

Just for context, I ran into this because I am currently debugging an issue that is caused by incorrect keys. Normally I'd probably not consider it that critical a feature but today my browser auto updated to devtools v7 which has broken my workflow and I'll need to go back to v6. Insert obligatory xkcd reference here.