reacton
reacton copied to clipboard
fix: inconsistent state between widget and model possible without render
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.