Open
Description
React version: 19.0.0
Steps To Reproduce
- Define a Custom Element
x-custom-link
that extends thea
element - Render the custom element using the
is
attribute:<a is="x-custom-link"></a>
- Pass a property to the element
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.