pinia doesn't show state properly when useAsyncState has been used #2668
Unanswered
aslan0402
asked this question in
Help and Questions
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reproduction
playground doesn't connect vuecore properly....
Steps to reproduce the bug
Install vue3, pinia, @vueuse/core
Check VueDevTool pinia section. There will be empty space.
Expected behavior
Pinia has to show data properly
Actual behavior
Pinia doesn't show state inside vuedevtool if useAsyncState has been used from '@vueuse/core' lib.
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions