vuejs / devtools

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

Cannot read properties of undefined (reading 'type') #556

Open yellowSTA opened 3 months ago

yellowSTA commented 3 months ago

image

This error causes the route panel and pinia panel to be unable to display, and component data cannot be reviewed

yellowSTA commented 3 months ago

"vite": "^5.2.11" "vite-plugin-vue-devtools": "^7.3.7"

Browser extensions also have this issue

alexzhang1030 commented 3 months ago

Hi, a minimal reproduction is appreciated

yellowSTA commented 3 months ago

image image When I started two Vue3 projects, I found a switch button. After clicking the switch button, everything returned to normal

alexzhang1030 commented 3 months ago

We need some samples of your case to identify the root cause, 😊 like a minimal reproduction or something others.