Skip to content

[BUG]: Toast identity races #30

@the-asad-iqbal

Description

@the-asad-iqbal

Two identity bugs in toast lifecycle:

  • Unnamed toasts share a fallback id, so new ones replace old ones instead of stacking.
  • Dismiss removes by id after a delay; if the same id is recreated quickly, the new toast can be removed by the old timer.

Expected

  • Unnamed toasts should be unique by default.
  • Dismiss should only remove the specific dismissed instance.

Metadata

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