Skip to content

Upgrade dependencies #183

Upgrade dependencies

Upgrade dependencies #183

Triggered via pull request March 26, 2024 08:21
Status Failure
Total duration 1m 27s
Artifacts

preview.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
checks: src/components/react-hook-form/__test__/useHandleSubmit.test.ts#L113
Type 'Mock<[], (params?: RawCreateParams) => ZodUndefined>' is not assignable to type '({ response, values, }: { response: unknown; values: FieldValues; }) => void | Promise<void>'.
checks: src/components/react-hook-form/__test__/useHandleSubmit.test.ts#L141
Type 'Mock<[], (params?: RawCreateParams) => ZodUndefined>' is not assignable to type '({ response, values, }: { response: unknown; values: FieldValues; }) => void | Promise<void>'.
checks: src/components/react-hook-form/__test__/useHandleSubmit.test.ts#L142
Type 'Mock<[], (params?: RawCreateParams) => ZodUndefined>' is not assignable to type '({ error, apiErrorMessage, values, errorBody, }: { error: unknown; apiErrorMessage: string; values: FieldValues; errorBody: ErrorBody | undefined; }) => void | Promise<void>'.
checks
Process completed with exit code 2.