vuejs / devtools-next

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

Pinia stores with data are empty objects `{}` in DevTools #575

Open simensol opened 1 month ago

simensol commented 1 month ago

When I load my app, the data is fetched and the stores are populated as expected:

Eisi Eisi

However, when I inspect the Pinia stores in the DevTools, all stores are empty objects {}:

Eisi

I have tested in both Chrome v128.0.6613.84 and Safari v17.6. I have tested with the latest Vite Plugin and Chrome extension, and the result is the same.

Environment:

webfansplz commented 1 month ago

Hi, Can you provide a mini repo?