In case compose is used there is an error JSX element type ‘Option’ does not have any construct or call signatures. \'redux\' version - 3.7.2
compose
JSX element type ‘Option’ does not have any construct or call signatures.
You need to type cast the component returned by compose as React.ComponentType and it works fine. So:
compose(...)(SomeComponent) as React.ComponentType