-
Notifications
You must be signed in to change notification settings - Fork 83
Custom element doesn't exist: hui-conditional-card. #78
New issue
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
Comments
Had the same, but after a few refreshes and reloading the front panel it started to work again. |
I've noticed the same behaviour with map cards. Taking a wild guess, this might be the same issue as seen here: thomasloven/lovelace-fold-entity-row#91 |
I am experiencing the same problem, but I have noticed that the page will load correctly if I start at another page first, and then navigate to the problem page. But if I reload the problem page, then you see the issue. |
Same as this: #75 Please also note, using the card-preloader (https://community.home-assistant.io/t/lovelace-card-preloader/176655) help you with the issue, of course it is not a fix but it's better than nothing for now :) |
@ofekashery, I can PR something to fix this issue but I had a more broad question: Are you still maintaining this card? Else I'd be happy to take over if we move it back to the |
More information about this bug from the HA repository: home-assistant/frontend#4984 |
I have the same issue here. I use the vertical stack in card quite a lot, and it throws various errors for various cards nested within it. etc. |
I've created a new card which is almost a drop-in replacement for vertical-stack-in-card and a bunch of other features: |
@RomRider, I'm trying to still maintain it, mainly with PRs from the community, because I no longer use Home Assistant 😔. |
Out of curiosity, what did you switch to? :) |
@ofekashery, stack-in-card is a complete rewrite in typescript. How do you see a merge? |
@RomRider I mean, to release it as a new version of the card, and not as a separate card. @SeLLeRoNe I built a whole system myself. |
In this case, you should move the repository to the custom-cards org, and give me rights on the repository. I'll rename it to stack in card and replace the code with the new one (and delete my repo) |
Fixed in version 0.3.0, thanks! |
Hi,
there seems to be a small problem with the vertical-stack-in-card after upgrading to 107. The frontend throws an error "Custom element doesn't exist: hui-conditional-card. when using a "type: conditional" inside the custom:vertical-stack-in-card.
This does not happen when using the "normal" vertical-stack. The YAML for the section is fine, there is no hui-conditional-* referenced anywhere.
The text was updated successfully, but these errors were encountered: