**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:  I'm assuming this is because message is set to undefined once the animation starts but the toast component still allows interaction.