mirror of
https://github.com/rio-labs/rio.git
synced 2026-02-11 08:10:29 -06:00
fix direct_children not being updated
This commit is contained in:
@@ -806,6 +806,7 @@ class SessionRefreshMixin:
|
||||
except KeyError:
|
||||
reconciled_build_result = new_build
|
||||
old_build_data.build_result = new_build
|
||||
old_build_data.direct_children = {new_build}
|
||||
|
||||
def ensure_weak_builder_is_set(
|
||||
parent: rio.Component, child: rio.Component
|
||||
|
||||
Reference in New Issue
Block a user