Open
Description
Description
When the page is loaded for the first time, all toast notifications close together with the first toast. However, if subsequent toasts have shorter durations than the first, they disappear as expected. Once all toasts are closed during the initial occurrence, the issue resolves, and everything works correctly from that point onward.
Steps to Reproduce
- Open the application in a fresh browser session.
- Trigger multiple toast notifications with different durations.
- Observe that all toasts close simultaneously with the first toast.
- After this initial behavior, trigger additional toasts and notice they work as intended.
Expected Behavior
Toast notifications should observe their individual durations from the first load onward.
Additional Information
- Browsers Tested: Latest versions of multiple browsers (Chrome, Firefox, etc.).
- Devices Tested: Multiple machines with consistent behavior observed.
- Possible Cause: Could be related to the toast initialization logic during the first load.
Suggestions
Investigate how toast durations are being handled during the initial rendering and loading phase.
Metadata
Assignees
Labels
No labels