Steps to reproduce the issue:
- Create a toast message
- Wait for the toast to begin hiding automatically
- 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:

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