Add share modal #724
Annotations
11 errors
|
src/custom/UserSearchField/UserSearchField.tsx#L70
Argument of type '(prevData: any) => any' is not assignable to parameter of type 'User[]'.
|
src/custom/UserSearchField/UserSearchField.tsx#L70
Parameter 'prevData' implicitly has an 'any' type.
|
src/custom/UserSearchField/UserSearchField.tsx#L72
Parameter 'user' implicitly has an 'any' type.
|
src/custom/UserSearchField/UserSearchField.tsx#L109
No overload matches this call.
|
src/custom/UserSearchField/UserSearchField.tsx#L146
Type 'string' is not assignable to type 'User'.
|
src/custom/UserSearchField/UserSearchField.tsx#L149
Type '(_: React.ChangeEvent, value: User | null) => void' is not assignable to type '(event: SyntheticEvent<Element, Event>, value: User, reason: AutocompleteChangeReason, details?: AutocompleteChangeDetails<User> | undefined) => void'.
|
src/custom/UserSearchField/UserSearchField.tsx#L150
Type '(_: React.ChangeEvent, value: string) => void' is not assignable to type '(event: SyntheticEvent<Element, Event>, value: string, reason: AutocompleteInputChangeReason) => void'.
|
src/custom/UserSearchField/UserSearchField.tsx#L169
Type '{ children: Element; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; ... 261 more ...; sx: { ...; }; }' is not assignable to type 'Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | ... 2 more ... | undefined; }, keyof CommonProps | keyof BoxOwnProps<...>>'.
|
src/custom/UserSearchField/UserSearchField.tsx#L218
Property 'test' does not exist on type 'Palette'.
|
|
This job was cancelled
Loading