Skip to content

allows for parents to listen to descendent updates #3268

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

Merged
merged 8 commits into from
Apr 11, 2025

Conversation

BSd3v
Copy link
Contributor

@BSd3v BSd3v commented Apr 10, 2025

In Dash 3, it has become apparent that some components need to listen to updates in descendent components, and to rerender again. This PR adds this ability for component devs to subscribe to updates in descendents by placing dashChildrenUpdate = true on their component.

Currently, there is no limit to the scope that this will rerender for.

This fixes: #3252

Copy link
Contributor

@T4rk1n T4rk1n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃 Nice job, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Dash 3 dcc.Tab cannot be updated in a callback
2 participants