Skip to content

fix: fixed some long running observers with runner #133

fix: fixed some long running observers with runner

fix: fixed some long running observers with runner #133

Triggered via push January 12, 2024 14:32
Status Failure
Total duration 54s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Release: src/lib/queries/client/fetch/queryFetch.ts#L83
Argument of type 'OperatorFunction<{ status: "success"; data: { result: unknown; }; error: undefined; } | { fetchStatus: "idle"; }, { status: "success"; data: { result: unknown; }; error: undefined; } | { fetchStatus: "idle"; } | { fetchStatus: "idle"; status: "error"; data: undefined; error: any; }>' is not assignable to parameter of type 'OperatorFunction<{ status: "success"; data: { result: unknown; }; error: undefined; } | { fetchStatus: "idle"; }, Partial<QueryResult<T>>>'.
Release: src/lib/queries/client/tests/utils.ts#L3
'"../mutations/types"' has no exported member named 'MutationOptions'. Did you mean 'MutateOptions'?
Release: src/lib/queries/react/mutations/useMutation.test.tsx#L463
'e' is declared but its value is never read.
Release: src/lib/queries/react/mutations/useMutationState.test.tsx#L13
Module '"../../client/mutations/types"' has no exported member 'MutationState'.
Release: src/lib/queries/react/mutations/useMutationState.test.tsx#L24
Expected 1 arguments, but got 0.
Release: src/lib/utils/operators/retryBackoff.ts#L62
Argument of type 'OperatorFunction<T, T | T>' is not assignable to parameter of type 'OperatorFunction<T, T>'.
Release: src/lib/utils/operators/retryBackoff.ts#L67
Cannot invoke an object which is possibly 'undefined'.
Release: src/lib/utils/operators/retryBackoff.ts#L67
'config.caughtError' is possibly 'undefined'.
Release: src/main.tsx#L47
'v' is declared but its value is never read.
Release: src/main.tsx#L67
Argument of type 'undefined' is not assignable to parameter of type '{ v: string; time: number; }'.