When the Toast slides away, the current method to handle it is to remove it from the DOM. However, this causes it to have to recreate the Toast stage every time a Toast is needed. Maybe instead of removing the Toast stage from the DOM, just remove it from the view, and then reuse it after.
When the Toast slides away, the current method to handle it is to remove it from the DOM. However, this causes it to have to recreate the Toast stage every time a Toast is needed. Maybe instead of removing the Toast stage from the DOM, just remove it from the view, and then reuse it after.