reacton icon indicating copy to clipboard operation
reacton copied to clipboard

fix: inconsistent state between widget and model possible without render

Open maartenbreddels opened this issue 1 year ago • 0 comments

When no internal state changes happens on the Python side, we will not re-render even though the widget state may have changed. This means that the widget model and our model (the element) is out of sync.

SolidJS and VueJS have a similar issue.

maartenbreddels avatar Feb 27 '25 13:02 maartenbreddels