diff --git a/types/react-redux/v6/index.d.ts b/types/react-redux/v6/index.d.ts index bcbcced0bd..0d23b6c036 100644 --- a/types/react-redux/v6/index.d.ts +++ b/types/react-redux/v6/index.d.ts @@ -84,7 +84,7 @@ export type Matching = { */ export type Shared< InjectedProps, - DecorationTargetProps extends Shared + DecorationTargetProps > = { [P in Extract]?: InjectedProps[P] extends DecorationTargetProps[P] ? DecorationTargetProps[P] : never; };