fix direct_children not being updated

This commit is contained in:
Paul Pinterits
2025-11-11 16:35:24 +01:00
committed by Aran-Fey
parent 0052b7f1c4
commit 21c2572f9b

View File

@@ -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