-
Notifications
You must be signed in to change notification settings - Fork 748
[@core/react] NotSupportedError Failed to construct 'CustomElement': The result must not have attributes #6589
Comments
I just noticed this on v5.6.1 as well, so we will downgrade to v5.6.0 for now :( |
I see the issue, we should have this corrected in the next release. |
Thanks @coryrylan! I know that's a long shot, but do you have any time estimate? That would help us plan our next steps, but no worries if not :) |
We just finished a release so our next one is likely to be week after next (two week cadence). Some stuff is going on. So maybe it happens sooner or later. But only by a week either way regardless. |
Are you talking about v6.0.0-next.3? Thank you! |
If this change is not a breaking change, you can expect it to land in 5.6.3. That said, 5.6.3 isn't going to be out for at least two weeks from now due to our two week release cycle... |
Fixes invalid native property initialization causing exception with certain custom elements. - closes vmware-archive#6589 - closes vmware-archive#6590 Signed-off-by: Cory Rylan <[email protected]>
Fixes invalid native property initialization causing exception with certain custom elements. - closes vmware-archive#6589 - closes vmware-archive#6590 Signed-off-by: Cory Rylan <[email protected]>
Fixes invalid native property initialization causing exception with certain custom elements. - closes #6589 - closes #6590 Signed-off-by: Cory Rylan <[email protected]>
Fixes invalid native property initialization causing exception with certain custom elements. - closes #6589 - closes #6590 Signed-off-by: Cory Rylan <[email protected]>
Hi there 👋, this is an automated message. To help Clarity keep track of discussions, we automatically lock closed issues after 14 days. Please look for another open issue or open a new issue with updated details and reference this one as necessary. |
Describe the bug
I was investigating why breadcrumbs were not working properly in our of our apps where we upgraded Clarity Core from v5.5.4 to v5.6.2. Upon creating a reproducible sandbox, this appeared:
I don't know if the broken breadcrumbs are a consequence of this (you can see the breadcrumbs underneath looking like "FooBarBaz" instead of "Foo / Bar / Baz") but I did experience this same
Failed to construct 'CustomElement'
error when I started usingCdsCard
so it doesn't seem to be an isolated event.How to reproduce
The error should appear upon loading of: https://codesandbox.io/s/fragrant-pond-zf71n?file=/src/App.tsx
Versions
Clarity project:
Clarity version:
Framework:
The text was updated successfully, but these errors were encountered: