Hello
I'm not sure if this is the right place to ask but I'm using typescript and react-apollo
my code is the following:

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.
Based on Stackoverflow answer given
Imprecisely defining compose parameters as any will satisfy the compiler.
export default compose<any>(
...
)(Index)
This issue has been automatically labled because it has not had recent activity. If you have not received a response from anyone, please mention the repository maintainer (most likely @jbaxleyiii). It will be closed if no further activity occurs. Thank you for your contributions to React Apollo!
This issue has been automatically closed because it has not had recent activity after being marked as no recent activyt. If you belive this issue is still a problem or should be reopened, please reopen it! Thank you for your contributions to React Apollo!
Most helpful comment
Based on Stackoverflow answer given
Imprecisely defining compose parameters as any will satisfy the compiler.