You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling Toast.dismissAll twice, an error is generated: "_this29.el.parentNode is null"
Expected Behavior
I expect the second call should notice that the elements have already been marked for clearing and not generate an error when the dismissal actually tries to access those previously cleared elements.
Current Behavior
Triggers an error when trying to clear previously cleared elements.
When calling Toast.dismissAll twice, an error is generated: "_this29.el.parentNode is null"
Expected Behavior
I expect the second call should notice that the elements have already been marked for clearing and not generate an error when the dismissal actually tries to access those previously cleared elements.
Current Behavior
Triggers an error when trying to clear previously cleared elements.
Steps to Reproduce (for bugs)
see codepen: https://codepen.io/sgalzin-the-vuer/pen/ExLBxwM?editors=0010
Your Environment
Firefox and Chrome on Ubuntu
The text was updated successfully, but these errors were encountered: