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.
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.