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 VTag reuse to reset ancestor NodeRef #2030

Merged
merged 2 commits into from
Sep 3, 2021

Conversation

mc1098
Copy link
Contributor

@mc1098 mc1098 commented Sep 2, 2021

Description

When VTag reuses an ancestors Element the ancestors NodeRef is now reset so that clones of ancestor NodeRefs are not pointing to the new VTag.

See the linked issue for more

Fixes #2029

Checklist

  • I have run cargo make pr-flow
  • I have reviewed my own code
  • I have added tests

@siku2 siku2 merged commit df9d7ab into yewstack:master Sep 3, 2021
@mc1098 mc1098 deleted the vtag-reuse-reset-ref branch September 7, 2021 18:15
@voidpumpkin voidpumpkin added the A-yew Area: The main yew crate label Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-yew Area: The main yew crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VTag reuse does not reset ancestors NodeRef
3 participants