-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Promise resolve/reject toast disappearing #25
Labels
bug
Something isn't working
Comments
smastrom
added a commit
that referenced
this issue
Oct 9, 2023
Merged
Merged
smastrom
added a commit
that referenced
this issue
Oct 9, 2023
Hi @JoaoPedroAS51, most likely someone already faced this critical issue in the past and didn't reported. But you did, so thank you, seriously. Please update to latest version: pnpm add notivue@latest And thank you again. |
Hey! Thank you for the quick fix! Glad I could help in some way. And thank you so much for your awesome lib! :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! I'm facing an issue with the promise toast.
Let's say I have set a duration of 2000ms to my toasts. If the promise takes longer than 2000ms, when I call resolve/reject, the success/error toast disappear immediately.
Note: the loading toast don't disappear because it's set to Infinity
The text was updated successfully, but these errors were encountered: