-
Notifications
You must be signed in to change notification settings - Fork 112
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
Only able to open one toast once #62
Comments
@eghernqvist In the options, try sending |
That doesn't help, the toastr still happens once. |
What @lednhatkhanh wrote. Due to short deadline we had to move to use a different toast implementation. |
@lednhatkhanh @eghernqvist To be able to add multiples notifications you just need to add
|
Once I've had a toast triggered I cannot trigger another until a fresh page reload has been done.
Here's my code:
The
sync
method gets called when I press a button, other things such asconsole.log
anddebugger
gets triggered fully but not the toast.The text was updated successfully, but these errors were encountered: