Checklist:
Home Assistant release with the issue:
0.104.2
UI (States or Lovelace UI?):
Lovelace
Browser and Operating System:
Chrome 79.0.3945.117 / macOS 10.13.6
Description of problem:
Preview on both Horizontal Stack and Vertical Stack cards doesn't ever update. There's no UI editor for these cards, but when you alter things in the code editor on the left, none of your changes will appear in the preview on the right.
Here you can see that the stuff in code editor is not the same as stuff in the preview.

Expected behaviour:
Live update the preview
Relevant config:
type: horizontal-stack
title: Stuck Preview When Editing
cards:
- type: entity-button
tap_action:
action: toggle
name: Fake Light
entity: light.fake
- type: entity-button
tap_action:
action: toggle
name: Fake Boolean
entity: input_boolean.fake
Steps to reproduce this problem:
Is it just the horizontal stack or both stack cards?
If you're going to fix it, might as well finally figure out how we want to do a stack UI editor 馃槣
I have it figured out, just need you to build it 馃槣
Just tested and it happens in vertical stack card as well, updated the title/OP.
Appears to be fixed with new stack card editors in 0.107