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
Hi,
When I try to have a toast (non-sticky) on top-left on one page and other (non-sticky) on bottom-left on second page, both toast appear in same position based on which toast is clicked first.
If top one is clicked first, hidden and then I move to second page, the toast on this page (which is supposed to appear at bottom) appears at top and vice versa is also true.
Please suggest the fix.
The text was updated successfully, but these errors were encountered:
Love this toast notification, im having a similar issue.
I need to display two different notifications, messages & actions.
When I instantiate the second toast notification, give it a different position middle-right, the 1st toast notification was set to top-right it throws both within the same div;
How can put I new unrelated toast notifications in their own divs.
I would like to see my messages toast notification and then below it separately I would like to see my actions toast notification(if there are any).
Any hint in the right direction would be appreciated. I'd code it myself.
Hi,
When I try to have a toast (non-sticky) on top-left on one page and other (non-sticky) on bottom-left on second page, both toast appear in same position based on which toast is clicked first.
If top one is clicked first, hidden and then I move to second page, the toast on this page (which is supposed to appear at bottom) appears at top and vice versa is also true.
Please suggest the fix.
The text was updated successfully, but these errors were encountered: