Add id property to toasts. This way adding/removing toasts won't confuse rendering, and each toast should disappear after 5 seconds without impacting others.
Fix 2 toasts appearing after a single API request.
Make the most recent toast appear first on the list.
id
property to toasts. This way adding/removing toasts won't confuse rendering, and each toast should disappear after 5 seconds without impacting others.