-
-
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
Doesn't have clean up process for the disposed snackbars #19
Comments
In the next release I'll dispose Regardings |
I'll play with the code. May be I'll find the reason. |
Thanks! I've just released v3.2.2 for |
From the official docs https://v3.vuejs.org/guide/migration/array-refs.html:
So it creates an array for each v-snackbar Could you please test this? ...or remove refs at all |
It looks good! Thanks for your help :-) |
Hi
Is there any reason why you keep storing snackbars data (objects, heights, keys, refs) despite they've been disposed already.
The text was updated successfully, but these errors were encountered: