zerodevx / svelte-toast

Simple elegant toast notifications
https://zerodevx.github.io/svelte-toast/
ISC License
835 stars 49 forks source link

Duplicate toasts render for a single toast push, but when I dismiss one the duplicate also dismisses #99

Closed camill53 closed 7 months ago

camill53 commented 7 months ago

Hello, I am using your svelte toasts show notification's between my server and front end. I have Rest API end points along with a websocket connection that is delivering data/feedback to my front end which then my front end uses to activate the toasts pushes. However I keep running into an issue even on my production site where if a single toasts is pushed a duplicate toasts is also made. The weird thing is one of the toast is dismissed it also dismisses the duplicate object which makes me believe they are tied to the same object id? That is really the only problem that I am having with this, this is also happening system wide to all my toasts.

camill53 commented 7 months ago

I had to uninstall the dependency then reinstall, along with an overall update to the dependencies to get it to fix