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.
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.