yarn upgrade #9
Annotations
10 errors
Build and publish:
src/admin/general/General.tsx#L21
'error' is of type 'unknown'.
|
Build and publish:
src/admin/users/UsersRoot.tsx#L56
'value' is declared but its value is never read.
|
Build and publish:
src/admin/users/user/CreateUserForm.tsx#L147
'option' is possibly 'null'.
|
Build and publish:
src/admin/users/user/CreateUserForm.tsx#L147
'option' is possibly 'null'.
|
Build and publish:
src/admin/users/user/CreateUserForm.tsx#L148
Type '{ value: string; label: string; } | null' is not assignable to type 'string | null'.
|
Build and publish:
src/admin/users/user/EditUserForm.tsx#L138
'event' is possibly 'null'.
|
Build and publish:
src/admin/users/user/EditUserForm.tsx#L138
'event' is possibly 'null'.
|
Build and publish:
src/admin/users/user/EditUserForm.tsx#L140
Type '{ value: string; label: string; } | null' is not assignable to type 'string | null'.
|
Build and publish:
src/content/patients/PatientEditForm.tsx#L1
'useEffect' is declared but its value is never read.
|
Build and publish:
src/content/series/EditSeries.tsx#L60
Type '{ data: Series; onSubmit: ({ id, payload }: { id: string; payload: SeriesPayload; }) => void; onCancel: () => void; jobId: string | undefined; onJobCompleted: (job: string) => void; }' is not assignable to type 'IntrinsicAttributes & SeriesEditFormProps'.
|