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
Tried to create the dom-bind element using document.createElement('template', 'dom-bind'). Throws the following error: "Uncaught 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 text was updated successfully, but these errors were encountered:
Tried to create the dom-bind element using
document.createElement('template', 'dom-bind')
. Throws the following error: "Uncaught 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 text was updated successfully, but these errors were encountered: