diff --git a/lib/utils/plugins.ts b/lib/utils/plugins.ts index 1512a788..55c8bf5c 100644 --- a/lib/utils/plugins.ts +++ b/lib/utils/plugins.ts @@ -64,7 +64,9 @@ let reducersDecorators: { }; // expose decorated component instance to the higher-order components -function exposeDecorated
(Component_: React.ComponentType
): React.ComponentClass
{ +function exposeDecorated
>( + Component_: React.ComponentType
+): React.ComponentClass
{ return class DecoratedComponent extends React.Component
{ constructor(props: P, context: any) { super(props, context);