Skip to content

Toasts Closing Unexpectedly on First Page Load #105

Open
@Jeesson

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

  1. Open the application in a fresh browser session.
  2. Trigger multiple toast notifications with different durations.
  3. Observe that all toasts close simultaneously with the first toast.
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions