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 dom-if is attached, it queues an async task to append its template content to its parent. If before the quited task runs it then gets detached, it has no parentNode and attempting to append throws.
The text was updated successfully, but these errors were encountered:
Repro: http://jsbin.com/xomime/edit?html,console,output
When dom-if is attached, it queues an async task to append its template content to its parent. If before the quited task runs it then gets detached, it has no parentNode and attempting to append throws.
The text was updated successfully, but these errors were encountered: