Skip to content

refactor: various resilience and stability improvements #66

refactor: various resilience and stability improvements

refactor: various resilience and stability improvements #66

Triggered via pull request October 31, 2024 12:04
@bjoergebjoerge
synchronize #25
resillience
Status Failure
Total duration 30s
Artifacts

typecheck.yml

on: pull_request
Typecheck
22s
Typecheck
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Typecheck: examples/web/App.tsx#L14
Cannot find module '@sanity/mutate/_unstable_local' or its corresponding type declarations.
Typecheck: examples/web/App.tsx#L178
Parameter 'transactions' implicitly has an 'any' type.
Typecheck: examples/web/App.tsx#L183
Argument of type 'unknown' is not assignable to parameter of type 'Transaction'.
Typecheck: examples/web/App.tsx#L208
Argument of type 'unknown' is not assignable to parameter of type 'SetStateAction<MutationGroup[]>'.
Typecheck: examples/web/App.tsx#L212
'ev' is of type 'unknown'.
Typecheck: examples/web/App.tsx#L212
'ev' is of type 'unknown'.
Typecheck: examples/web/App.tsx#L226
'event' is of type 'unknown'.
Typecheck: examples/web/App.tsx#L227
'event' is of type 'unknown'.
Typecheck: examples/web/App.tsx#L228
'event' is of type 'unknown'.
Typecheck: examples/web/App.tsx#L443
Parameter 'm' implicitly has an 'any' type.