Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: widgetti/reacton
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: widgetti/reacton
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix_inconsistent_state_on_event
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Feb 27, 2025

  1. 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.
    maartenbreddels committed Feb 27, 2025
    Copy the full SHA
    52a88f9 View commit details
Loading