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
React version: 19.0.0
x-custom-link
a
is
<a is="x-custom-link"></a>
Link to code example: https://codesandbox.io/p/sandbox/musing-shadow-ttt8hc
Properties are correctly passed to autonomous custom elements but not to those that extend builtin elements.
Properties are passed to custom elements that extend builtin elements as well.
The text was updated successfully, but these errors were encountered:
I also assume one of those tests is wrong, since <div is="custom-element"> should behave like <custom-element>:
<div is="custom-element">
<custom-element>
Sorry, something went wrong.
No branches or pull requests
React version: 19.0.0
Steps To Reproduce
x-custom-link
that extends thea
elementis
attribute:<a is="x-custom-link"></a>
Link to code example: https://codesandbox.io/p/sandbox/musing-shadow-ttt8hc
The current behavior
Properties are correctly passed to autonomous custom elements but not to those that extend builtin elements.
The expected behavior
Properties are passed to custom elements that extend builtin elements as well.
The text was updated successfully, but these errors were encountered: