Skip to content

Conversation

@ealmloff
Copy link
Member

@ealmloff ealmloff commented Nov 6, 2025

The find_last_element method in core used to find the element to insert new nodes after during list diffing was broken for nested fragments. It was finding the first node of the last fragment instead of the last node. This PR fixes the issue and adds a regression test

Fixes #4924
Fixes #3021

@ealmloff ealmloff requested a review from a team as a code owner November 6, 2025 18:14
@ealmloff ealmloff added bug Something isn't working core relating to the core implementation of the virtualdom labels Nov 6, 2025
@jkelleyrtp jkelleyrtp merged commit b252dc0 into DioxusLabs:main Nov 6, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working core relating to the core implementation of the virtualdom

2 participants