Hi,I'm using react wrapper, how I can assign a RProps variable to RState var same type?, I'm trying to user init(props:RProps) override fun but it seems not being called.
c
cfnz
08/31/2019, 10:10 AM
Bit of an old post... but I recall the same problem... from memory... did you pass on the props to the parent component? (eg. class MyComponent(props: MyProps) : RComponent <MyProps, RState>(***props***)