Marc Knaup
10/20/2020, 12:53 AMRProps
.
Easy to miss and causes an error at runtime 😅spand
10/20/2020, 8:04 AMinit {}
.
class Component(
_props: ComponentProps
) : RComponent<ComponentProps, RState>(_props) {
}
spand
10/20/2020, 8:04 AMprops
or your usages in init will grab the initial constructor parameter and not the props
property