vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.14k forks source link

Support for Pinia setup stores #2089

Open basil-gor opened 1 year ago

basil-gor commented 1 year 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 1 year 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 1 year ago

@basil-gor

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

Can you provide a reproduction repo?