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

component.Base: notify parents about running updates #5376

Open
tobiu opened this issue Mar 28, 2024 · 0 comments
Open

component.Base: notify parents about running updates #5376

tobiu opened this issue Mar 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tobiu
Copy link
Collaborator

tobiu commented Mar 28, 2024

we already have logic in place that a child component can not trigger an update() while a parent update is running.

however, if a child starts an update and then a parent starts an update before the new child vnode got back, we can get into trouble.

@ThorstenRaab @ki1pen

@tobiu tobiu added the enhancement New feature or request label Mar 28, 2024
@tobiu tobiu self-assigned this Mar 28, 2024
@tobiu tobiu added this to To do in Client related tickets via automation Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant