Skip to content

Conversation

@steve-the-edwards
Copy link
Contributor

We were short circuiting if the last action handled did not change state - but that's wrong. We cannot short circuit unless all of the actions processed so far have not changed state (otherwise we might not pass the updated Rendering to the UI ever).

Found this in register, added test to red-green repro the scenario.

}

@Test
fun for_conflate_and_render_only_when_state_changed_we_do_not_conflate_stacked_actions_into_one_rendering_if_previous_rendering_changed() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't get goose to summarize this paragraph for you? 😜

@steve-the-edwards steve-the-edwards merged commit 10814b1 into main Apr 23, 2025
43 checks passed
@steve-the-edwards steve-the-edwards deleted the sedwards/fix-no-change branch April 23, 2025 12:56
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.

3 participants