-
I have a snackbar store:
After display the snackbar, if user goes to another page by click to a link, I want to reset the observable snackbar to snackbarInit. How can I do that? |
Beta Was this translation helpful? Give feedback.
Answered by
namlq93
Nov 20, 2020
Replies: 2 comments
-
How do you reset non-observable store? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I solved it by adding the following code to app.js
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
danielkcz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I solved it by adding the following code to app.js