You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I was wondering if there is a way of removing the windows event it create, because the confetti resize events remain there even after user navigate to another route.
I tried the CDN link and the npm package and the situation is the same.
This is a bug. The event is supposed to be removed. Currently, if confetti is only fired once, the event will be removed. However, if fired multiple times without waiting for the previous to finish, an event is registered each time but only the last one is removed. This bug needs to be fixed.
Hello!
I was wondering if there is a way of removing the windows event it create, because the confetti resize events remain there even after user navigate to another route.
I tried the CDN link and the npm package and the situation is the same.
I am using this code:
The text was updated successfully, but these errors were encountered: