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
Afaik there is no build-in way to reset a typescript object to its initial state.
I usually define a reset mutation and clear the state there manually.
for example, i want to clear the state on logout.
how can i do this for all modules within the store?
The text was updated successfully, but these errors were encountered: