CLOVIS
09/17/2021, 8:28 AMchild(MyClassComponent::class) {
child(SomeFunctionalComponent)
}
then, in MyClassComponent.render:
if (...) {
props.children()
}
This works fine with run
, but fails with `browserProductionWebpack`:
TypeError: _.render is not a function
Big Chungus
09/17/2021, 9:05 AMCLOVIS
09/17/2021, 9:05 AM