refactor: various resilience and stability improvements #65
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.
|