Jordy
07/08/2023, 10:27 PMwhen (config) {
is Config.List -> ListChild(listComponent(componentContext))
is Config.Details -> DetailsChild(detailsComponent(componentContext, config))
}
I can’t call ListChild
like that. I have to use RootComponent.Child.ListChild
instead. Is that intended or do I need to do something special to get the shorter syntax? I’m on Decompose 2.0.0Arkadii Ivanov
07/08/2023, 10:34 PMArkadii Ivanov
07/08/2023, 10:34 PMJordy
07/08/2023, 10:42 PM