Closed skarfacegc closed 4 years ago
Finally got upgraded to 105.5 haven't seen the issue. Closing, will re-open if I see it again.
Issue is showing up again. Added some actions to the button arrow cards, set some sizes and colors. Haven't backed out change to see if it changes things at all. I suspect I was just getting lucky before in whatever race condition I was hitting
Seems to happen less frequently on a freshly loaded browser (Confirming that I did in fact dump the full file cache with ⌘y in chrome)
ok, confirmed i have this too when i am using conditional cards , when the card is invisible, the error is thrown
for now i am using state-switch card, they dont have the issue
allthough, i still prefer confitional card
any update on this case?
guys, is this fixed for you? i still have the same issue on 108.2
I still see the warning periodically, but the conditional cards are working fine now. Not sure they were actually related.
Yeah, for me too, still same errors on conditional cards, when no card is shown
No sure if #5398 (@bramkragten) was supposed to fix this, but as of yesterday, I was still getting these errors on the latest stable build. I replaced the conditional cards with the custom:state-switch
and it eliminated the errors.
Checklist
The problem
Using conditional cards in a vertical stack sometimes doesn't work. 2 conditional cards in a vertical stack monitoring a 2 state external entity. External state 'toggles' between the two cards. Seems like there's a race condition between the state flip and the right card being writable at the right time. Condensed example config below
Expected behavior
The cards toggle on and off correctly
Steps to reproduce
Create horizontal stacks of button cards (not sure if type matters) inside of two different conditional vertical stacks. Conditions for both stacks are different so only one stack shows at a time (show different sets of buttons based on activity)
Environment
Problem-relevant configuration
Javascript errors shown in your browser console/inspector
Additional information