reduce errors #11
Annotations
10 errors
Build and publish:
src/admin/general/General.tsx#L21
Property 'message' does not exist on type 'unknown'.
|
Build and publish:
src/admin/users/user/EditUserForm.tsx#L44
Argument of type '"" | { value: string; label: string; }' is not assignable to parameter of type 'SetStateAction<{ value: string; label: string; }>'.
|
Build and publish:
src/admin/users/user/EditUserForm.tsx#L140
Type '{ value: string; label: string; }' is not assignable to type 'string'.
|
Build and publish:
src/admin/users/user/Users.tsx#L79
Cannot find name 'setIsCreating'.
|
Build and publish:
src/content/series/EditSeries.tsx#L60
Type '{ data: Series; onSubmit: ({ id, payload }: { id: string; payload: SeriesPayload; }) => void; onCancel: () => void; jobId: string; onJobCompleted: (job: string) => void; }' is not assignable to type 'IntrinsicAttributes & SeriesEditFormProps'.
|
Build and publish:
src/content/studies/EditStudy.tsx#L76
Type '{ data: { id: string; accessionNumber: string; institutionName?: string; referringPhysicianName?: string; studyDate: string; studyDescription: string; studyId: string; studyInstanceUID: string; studyTime: string; }; onSubmit: ({ id, payload }: { ...; }) => void; onCancel: () => void; jobId: string; onJobCompleted: (...' is not assignable to type 'IntrinsicAttributes & StudyEditFormProps'.
|
Build and publish:
src/content/studies/StudyRoot.tsx#L82
Type 'Record<string, any>[]' is not assignable to type 'StudyWithId[]'.
|
Build and publish:
src/import/import/ImportDrop.tsx#L92
Type '{ i18nIsDynamicList?: boolean; key?: Key; ref?: LegacyRef<HTMLInputElement>; accept?: string; alt?: string; autoComplete?: HTMLInputAutoCompleteAttribute; ... 292 more ...; webkitdirectory: string; }' is not assignable to type 'DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>'.
|
Build and publish:
src/query/SearchForm.tsx#L190
Type '(options: Option[]) => void' is not assignable to type '(selectedOption: OptionType) => void'.
|
Build and publish:
src/root/Dashboard.tsx#L30
Type '"primary"' is not assignable to type 'Colors'.
|