Skip to content

Crash when trying to manually hide a toast that is already auto-hidingΒ #22

@brkastner

Description

@brkastner

Steps to reproduce the issue:

  1. Create a toast message
  2. Wait for the toast to begin hiding automatically
  3. Once the hide animation starts, quickly try to hide the message manually.

The following error appears if you successfully interact with the message while the animation is still going:
img_4477

I'm assuming this is because message is set to undefined once the animation starts but the toast component still allows interaction.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions