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
queryAssignedNodes throws A "TypeError: Illegal invocation" when slotted content contains text nodes.
https://webcomponents.dev/edit/FXrFMojSYzYa8eJNaJzh
my-element
No error is throw
TypeError: Illegal invocation is thrown
Uses the default/current version in https://webcomponents.dev
The text was updated successfully, but these errors were encountered:
Acknowledged. This is due to a typo in the code and there's obviously not a good test for this. We'll work on getting it fixed. Thanks.
Sorry, something went wrong.
Fixes queryAssignedNodes when querying for nodes on browsers that do …
377c844
…not support Element.matches Fixes lit/lit-element#1088
08af318
…have Element.matches Fixes #1088.
[lit-next] Fixes queryAssignedNodes when querying for nodes on browse…
d4dddcc
…rs that do … (#1373) Fixes queryAssignedNodes when querying for nodes on browsers that do not support Element.matches Fixes lit/lit-element#1088
sorvell
Successfully merging a pull request may close this issue.
Description
queryAssignedNodes throws A "TypeError: Illegal invocation" when slotted content contains text nodes.
Live Demo
https://webcomponents.dev/edit/FXrFMojSYzYa8eJNaJzh
Steps to Reproduce
my-element
with child nodes containing text.Expected Results
No error is throw
Actual Results
TypeError: Illegal invocation is thrown
Browsers Affected (Haven't tested in other browsers)
Versions
Uses the default/current version in https://webcomponents.dev
The text was updated successfully, but these errors were encountered: