Replies: 1 comment
-
Old question, but answering in case anyone else has the same issue.
The only thing I'm not sure about is how you'd handle queued toasts if the container has a limit. It's not something I've used so not had to explore. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my application there is no need to have multiple toast notifications. I only need one toast to show up.
I know I can update toasts by using
toast.update
, but is it possible to make any call totoast
ortoast.success
, etc to update the current active toast? Passing the same ID just prevents duplicates instead of updating the toast. So, is it possible?Beta Was this translation helpful? Give feedback.
All reactions