-
Notifications
You must be signed in to change notification settings - Fork 341
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
Infinite duration does not work, toasts dismiss instantly #79
Comments
Ah, it looks like there hasn't been a new version published since that. That would probably be why. |
@timolins Will we get a new release with this fix soon? 🙏 |
You can try out |
Fix is out now with 2.0.0! |
The exact same issue of is occurring in 2.2.0 |
@shubham-mcsam Can you share an example that reproduces this issue? |
@timolins My bad, it's working as expected. I was writing Infinity as a string! Thanks for your work on the library |
Hey! I saw this PR #37 and tried out a duration of
Infinity
, but it is just causing the toast to dismiss instantly.I've put together a CodeSandbox that reproduces the behavior. Any ideas?
https://codesandbox.io/s/pedantic-framework-c3v0x?file=/src/App.js
The text was updated successfully, but these errors were encountered: