vuejs / devtools

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

TypeError: Cannot read properties of null (reading 'state') #707

Open sardor01 opened 1 day ago

sardor01 commented 1 day ago

Environment:

Reproduction:

https://github.com/sardor01/vue-devtools-issue-repro

Describe the bug:

I am getting this issue in the console:

Screenshot 2024-11-20 at 06 49 09

sardor01 commented 1 day ago

I think something is wrong in this line: https://github.com/vuejs/devtools/blob/b8dead12b3707f4716809aa6a93c58c7d0b47731/packages/applet/src/modules/pinia/components/store/Index.vue#L183