can't see Pinia actions information #2107
Unanswered
johnlwebb3
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not 100% certain what I should be seeing. I was watching a video about pinia and using the Vue DevTools in chrome and realize I am not seeing the same thing as the video was displaying. Specifically, when I select the "Timeline" tab and show only the Pinia layer, when my code executes my pinia store actions, I do not see their start, mutation or stop entry.
Further and perhaps a different issue but maybe related, when I select the "Pinia" tab, see the state: object and the getters: object but not the actions: object.
Can someone please tell my if I should be seeing the actions: object on the Pinia tab and also why I can't track my action's start/stop on the Timeline tab?
Here are a couple screen grabs for context.
Thanks for any help!
John
Beta Was this translation helpful? Give feedback.
All reactions