vuejs / devtools

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

Support for Pinia setup stores #2089

Open basil-gor opened 12 months ago

basil-gor commented 12 months ago

What problem does this feature solve?

When I'm using Pinia setup store instead of classic options store, dev tools doesn't show the store's state. Will be great to add support for Pinia setup stores.

Thanks!

basil-gor commented 12 months ago

Sorry, but now I see that in some cases it works fine, but in some stores I got the issue like this one https://github.com/vuejs/devtools/issues/1696. Here is mine console errors:

image
Azurewarth0920 commented 11 months ago

@basil-gor

I check the error and it is not related with #1696

Can you provide a reproduction repo?