To avoid unnecessary processing and memory consumption, childrenAsList in ComponentData is now a function.
Prevented possible unnecessary recomposition on NodeFlow where the children was initialized with an empty list and then updated with the actual children. Now the state is initialized with the actual children.
childrenAsList
inComponentData
is now a function.NodeFlow
where the children was initialized with an empty list and then updated with the actual children. Now the state is initialized with the actual children.