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
I think this bug has been introduced in #4364 we should call the non namespace equivalent here.
All though thinking about it more, this error seems to imply that we set attributes durint element construction. Did this work in older versions? Might actually be an issue with that custom element as well
You cannot add (potentially modify either?) attributes or children from constructors:
The element must not gain any attributes or children, as this violates the expectations of consumers who use the createElement or createElementNS methods.
preact@10.25.3
Describe the bug
Attempt to use
@honatas/multi-select-webcomponent
package broke preact renderTo Reproduce
Error:
Error point to next line in preact source code
https://github.com/preactjs/preact/blob/main/src/diff/index.js#L436
Expected behavior
Preact able to render custom tags
The text was updated successfully, but these errors were encountered: