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

Nested upgraded element attributes not correctly reflected to host when parent re-renders from state change #1

Closed
geotrev opened this issue Mar 21, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@geotrev
Copy link
Owner

geotrev commented Mar 21, 2020

If a child upgraded element reflects property to attribute as part of its state update, and its parent upgraded element subsequently calls requestRender...

Expected: the parent should receive the updated attribute value as part of its next render state.

Actual: the parent receives the old attribute value and overrides the new value immediately.

@geotrev geotrev added the bug Something isn't working label Mar 21, 2020
@geotrev geotrev changed the title Nested upgraded element attributes not correctly reflected to host if parent calls requestRender Nested upgraded element attributes not correctly reflected to host when parent re-renders from state change Apr 5, 2020
@geotrev geotrev closed this as completed May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant