I'm using typescript and react-apollo
If I remove the last (Index)
the error will go away but I have no idea on how then export the container/component.
Basically, the code works but typescript is not happy with this.
I'm using typescript and react-apollo
If I remove the last (Index)
the error will go away but I have no idea on how then export the container/component.
Basically, the code works but typescript is not happy with this.
Imprecisely defining
compose
parameters asany
will satisfy the compiler.