-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes to DashContainerModel state handling + renders (#3839)
+ State updates were being dropped if new state applied during re-render, when ref not available. + Observed in use case with ViewManager, where the parent component was being moved in the layout at same time as new dash state applied. + Don't ignore state updates if not rendered - store and save for later application. + But improve ref reaction and async state application code to avoid unintended / overlapping application of state when both state and render changing at the same time.
- Loading branch information
Showing
1 changed file
with
34 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters