Replies: 1 comment 5 replies
-
What version of pinia? Can tou explain with screenshots? You can create an issue for this 🙂 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before opening a feature request right away I wanted to ask if there is the possibility to somehow improve the devtools experience. Instead of saying something like
[store] direct
it would be much better if the invoked action would be shown. Another point is the payload of the mutations. There is one when using$patch()
inside the action. But since there are no real mutations anymore, couldn't you just list the params (as array) of invoked the action?To summarize:
user.someAction(123, 'str')
[user] someAction
mutation
payload: [123, 'str']
type: someAction
Beta Was this translation helpful? Give feedback.
All reactions