Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix update timing issue #542

Merged
merged 2 commits into from
Nov 11, 2022

Conversation

marner2
Copy link
Collaborator

@marner2 marner2 commented Nov 5, 2022

Found a bug in #523 that resulted in the events being fired too soon (before the view model's properties were updated). Also added a test that will verify this happening (tested that test fails before this PR).

@TysonMN TysonMN force-pushed the feature/fix_update_timing_issue branch from fbbf69f to f8ce593 Compare November 11, 2022 02:45
@TysonMN
Copy link
Member

TysonMN commented Nov 11, 2022

Great find, and excellent test. I swapped the order of the commits so that it is easy to verify that the test fails before fix is made.

@TysonMN TysonMN merged commit 6f48a61 into elmish:master Nov 11, 2022
@marner2 marner2 deleted the feature/fix_update_timing_issue branch November 15, 2022 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants