modbender / nuxt-snackbar

A Nuxt Snackbar/Toast Implementation independent of CSS framework
https://nuxt.com/modules/snackbar
MIT License
19 stars 6 forks source link

Vue3 snackbar memory leak #17

Open FamilyMan opened 3 days ago

FamilyMan commented 3 days ago

There is an issue with vue3-snackbar above v2.2.0 I have reported the issue here: https://github.com/evo-mark/vue3-snackbar/issues/12 So you should pin the version by adding:

"vue3-snackbar": "2.2.0"

to your package.json

modbender commented 2 days ago

Alright, I had to reset my PC so will soon start working on this.