using kotlin-react, is it possible to create a chi...
# javascript
a
using kotlin-react, is it possible to create a child with Props that take a type parameter?
Copy code
class MyComponent<T> : RComponent<MyProps<T>, RState>
child(MyComponent::class) // does not work