We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This code throws:
let child = Polymer.dom(this).querySelector('#not-distributed'); console.assert(Polymer.dom(child).parentNode == this); Polymer.dom(this).removeChild(child);
Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
The text was updated successfully, but these errors were encountered:
Good catch, we'll need to check if the element is distributed here.
Sorry, something went wrong.
Cannot repro. Please re-open if this issues comes back.
No branches or pull requests
This code throws:
Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
The text was updated successfully, but these errors were encountered: