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 inserting attributes after expanding dynamic nodes #3094

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

ealmloff
Copy link
Member

We were inserting attributes after replacing dynamic nodes which caused the paths for assigning the node id to be incorrect. Instead of pointing to a node in the template, the paths could point to one of the newly created dynamic nodes

Fixes #3055

@ealmloff ealmloff added bug Something isn't working core relating to the core implementation of the virtualdom labels Oct 24, 2024
@jkelleyrtp jkelleyrtp merged commit ef436e4 into DioxusLabs:main Oct 24, 2024
17 checks passed
@ealmloff ealmloff deleted the fix-attributes-after-lists branch October 25, 2024 13:11
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The event is bound to the wrong element
2 participants