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
The following case throws a DOMException: NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
The following case throws a DOMException: NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
http://jsbin.com/gujenocexo/2/edit?html,output
Wrapping the dom-if template in a
div
fixes the error.Could this be related to #1631?
The text was updated successfully, but these errors were encountered: