You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this can be considered for now. The plugin hooks onto pinia's $subscribe that watches mutations and not actions, so whatever we do should also be synchronous. If you're looking to integrate async operations withing the store, you can consider subscribing to actions (more in the pinia docs) and do so in a more "manual" way.
I'll be closing this for now, feel free to reopen if you have a proper solution to implement. Thanks!
No description provided.
The text was updated successfully, but these errors were encountered: