martmists
09/16/2022, 7:50 PMcreateElement but it seems to require a type, props and children and I'm not sure how to get there. The docs indicate val x = FC<Props> { ... } should work (not sure if it creates a ReactComponent) but that also doesn't seem to work:turansky
09/17/2022, 11:47 AMmartmists
09/18/2022, 11:11 AMturansky
09/18/2022, 11:17 AMkotlin-react dependency, where FC factory located.
In examples (where FC factory used) you can find required dependency list.martmists
09/18/2022, 12:10 PM