-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vuex #21
Comments
Did you check this: #13 ? And I'll add another check that the |
I can do a PR if you like? |
That's OK I'll change the code tomorrow. It's not complicated :) I'm not home today,, and I'll have to publish the changes to NPM, create a new release and so on. It's why I'll do it tomorrow. |
All right, thank you very much. Looking forward. Great library! |
I've just published the new version that should solve this issue. |
Thanks @Aymkdn |
We are storing the message in vuex to retrieve them later, this give us RANDOMLY the following exception:
In this line:
We are really not sure how this error encounters, maybe when someone is closing the browser before last message i disapearing, maybe because vuex has contains still messages when loading the page. But when the error appears, the whole notification system broken, which is due to the above message. so we could just check whether the item exists in the index
The text was updated successfully, but these errors were encountered: