Skip to content

Bump react-redux from 5.1.1 to 8.1.1 #5180

Bump react-redux from 5.1.1 to 8.1.1

Bump react-redux from 5.1.1 to 8.1.1 #5180

Triggered via pull request July 14, 2023 12:15
Status Failure
Total duration 2m 26s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

unit-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
unit-tests
Type '{ allowClear: true; forwardedRef: RefObject<Input>; inputProps: { className: string; }; trackFindFunction: (value: any) => void; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<Pick<RouteComponentProps<any, StaticContext, any>, never>, any, any>> & Readonly<...> & Readonly<...>'.
unit-tests
Type '{ inputProps: Record<string, any>; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<Pick<RouteComponentProps<any, StaticContext, any>, never>, any, any>> & Readonly<...> & Readonly<...>'.
unit-tests
Type '{ inputProps: { 'data-test': string; className: string; name: string; suffix: Element | null; }; forwardedRef: Ref<Input>; trackFindFunction: (value: any) => void; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<Pick<RouteComponentProps<any, StaticContext, any>, never>, any, any>> & Readonly<...> & Readonly<...>'.
unit-tests
Module '"react-redux"' has no exported member 'Dispatch'.
unit-tests
Argument of type 'ConnectedComponent<typeof UnconnectedUiFindInput, { ref?: LegacyRef<UnconnectedUiFindInput> | undefined; match?: any; history?: History<any> | undefined; ... 8 more ...; store?: any; }>' is not assignable to parameter of type 'ComponentType<RouteComponentProps<any, StaticContext, any>>'.
unit-tests
Module '"react-redux"' has no exported member 'Dispatch'.
unit-tests
Module '"react-redux"' has no exported member 'Store'.
unit-tests
Process completed with exit code 1.