vuejs / devtools-next

The next iteration of Vue DevTools
https://devtools.vuejs.org/
MIT License
1.37k stars 94 forks source link

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

Open yellowSTA opened 1 month ago

yellowSTA commented 1 month ago

image

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

yellowSTA commented 1 month ago

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

Browser extensions also have this issue

alexzhang1030 commented 1 month ago

Hi, a minimal reproduction is appreciated

yellowSTA commented 1 month 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 1 month ago

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