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 the context API in lists #1351

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

ealmloff
Copy link
Member

@ealmloff ealmloff commented Aug 13, 2023

The scope stack was not being set correctly when diffing a scope which causes the parent of a scope to be incorrect. This PR pushes and pops the scope id into the scope_stack when diffing a scope

Fixes #1350, #1356

@ealmloff ealmloff added bug Something isn't working core relating to the core implementation of the virtualdom labels Aug 13, 2023
@serzhiio
Copy link
Contributor

Any reason for this to not being merged?

@jkelleyrtp jkelleyrtp merged commit fee206a into DioxusLabs:master Aug 15, 2023
10 checks passed
@ealmloff ealmloff deleted the fix-context-in-lists branch August 15, 2023 20:44
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.

Context API is broken on master
3 participants