[composable-controller] Fix incorrect #updateChildController
behavior and improve typing
#3907
Labels
#updateChildController
behavior and improve typing
#3907
There are several issues with the current ComposableController implementation that should be addressed before further updates are made to the controller (e.g. #3627).
#controllers
class field, which is not being updated by#updateChildController
or anywhere else.#updateChildController
being a private method.Record<string, Json>
isBaseController
type guard.subscribed
property fromBaseController
.The text was updated successfully, but these errors were encountered: