Skip to content

feat(admin-ui): AutoComplete + MultiAutoComplete components #8633

feat(admin-ui): AutoComplete + MultiAutoComplete components

feat(admin-ui): AutoComplete + MultiAutoComplete components #8633

Triggered via pull request December 20, 2024 10:52
Status Failure
Total duration 4m 49s
Billable time 9m
Artifacts

pullRequests.yml

on: pull_request
Create constants
8s
Create constants
Validate commit messages
5s
Validate commit messages
Validate commit messages (dev branch, 'feat' commits not allowed)
0s
Validate commit messages (dev branch, 'feat' commits not allowed)
Static code analysis (TypeScript)
4m 41s
Static code analysis (TypeScript)
Create Jest tests constants
0s
Create Jest tests constants
Create Jest tests constants
0s
Create Jest tests constants
Create Jest tests constants
0s
Create Jest tests constants
Create Jest tests constants
0s
Create Jest tests constants
Matrix: jestTestsddb-esRun
Matrix: jestTestsddb-osRun
Matrix: jestTestsddbRun
Matrix: jestTestsNoStorageRun
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 4 warnings
Static code analysis
Process completed with exit code 1.
Build
Type '{ onValueChange: { action: string; }; onOpenChange: { action: string; }; }' is not assignable to type 'Partial<ArgTypes<InputPrimitiveProps & { label?: string | undefined; allowFreeInput?: boolean | undefined; emptyMessage?: ReactNode; isLoading?: boolean | undefined; ... 8 more ...; values: string[]; } & FormComponentProps>>'.
Build
Type '{ value: string | number | readonly string[] | undefined; onValueChange: Dispatch<SetStateAction<string | number | readonly string[] | undefined>>; startIcon?: ReactElement<any, string | JSXElementConstructor<...>> | ReactElement<...> | undefined; ... 314 more ...; validate?: (() => Promise<...>) | undefined; }' is not assignable to type 'IntrinsicAttributes & InputPrimitiveProps & { label?: string | undefined; allowFreeInput?: boolean | undefined; emptyMessage?: ReactNode; ... 9 more ...; values: string[]; } & FormComponentProps'.
Build
Type '{ onValueChange: { action: string; }; onOpenChange: { action: string; }; }' is not assignable to type 'Partial<ArgTypes<InputPrimitiveProps & { label?: string | undefined; allowFreeInput?: boolean | undefined; emptyMessage?: ReactNode; isLoading?: boolean | undefined; ... 8 more ...; values: string[]; } & FormComponentProps>>'.
Build
Type '{ value: string | number | readonly string[] | undefined; onValueChange: Dispatch<SetStateAction<string | number | readonly string[] | undefined>>; startIcon?: ReactElement<any, string | JSXElementConstructor<...>> | ReactElement<...> | undefined; ... 314 more ...; validate?: (() => Promise<...>) | undefined; }' is not assignable to type 'IntrinsicAttributes & InputPrimitiveProps & { label?: string | undefined; allowFreeInput?: boolean | undefined; emptyMessage?: ReactNode; ... 9 more ...; values: string[]; } & FormComponentProps'.
Build
Type '{ onValueChange: { action: string; }; onOpenChange: { action: string; }; }' is not assignable to type 'Partial<ArgTypes<InputPrimitiveProps & { label?: string | undefined; allowFreeInput?: boolean | undefined; emptyMessage?: ReactNode; isLoading?: boolean | undefined; ... 8 more ...; values: string[]; } & FormComponentProps>>'.
Build
Type '{ value: string | number | readonly string[] | undefined; onValueChange: Dispatch<SetStateAction<string | number | readonly string[] | undefined>>; startIcon?: ReactElement<any, string | JSXElementConstructor<...>> | ReactElement<...> | undefined; ... 314 more ...; validate?: (() => Promise<...>) | undefined; }' is not assignable to type 'IntrinsicAttributes & InputPrimitiveProps & { label?: string | undefined; allowFreeInput?: boolean | undefined; emptyMessage?: ReactNode; ... 9 more ...; values: string[]; } & FormComponentProps'.
Build
Process completed with exit code 1.
Static code analysis (TypeScript)
Type '{ onValueChange: { action: string; }; onOpenChange: { action: string; }; }' is not assignable to type 'Partial<ArgTypes<InputPrimitiveProps & { label?: string | undefined; allowFreeInput?: boolean | undefined; emptyMessage?: ReactNode; isLoading?: boolean | undefined; ... 8 more ...; values: string[]; } & FormComponentProps>>'.
Static code analysis (TypeScript)
Type '{ value: string | number | readonly string[] | undefined; onValueChange: Dispatch<SetStateAction<string | number | readonly string[] | undefined>>; startIcon?: ReactElement<any, string | JSXElementConstructor<...>> | ReactElement<...> | undefined; ... 314 more ...; validate?: (() => Promise<...>) | undefined; }' is not assignable to type 'IntrinsicAttributes & InputPrimitiveProps & { label?: string | undefined; allowFreeInput?: boolean | undefined; emptyMessage?: ReactNode; ... 9 more ...; values: string[]; } & FormComponentProps'.
Static code analysis (TypeScript)
Type '{ onValueChange: { action: string; }; onOpenChange: { action: string; }; }' is not assignable to type 'Partial<ArgTypes<InputPrimitiveProps & { label?: string | undefined; allowFreeInput?: boolean | undefined; emptyMessage?: ReactNode; isLoading?: boolean | undefined; ... 8 more ...; values: string[]; } & FormComponentProps>>'.
Static code analysis (TypeScript)
Type '{ value: string | number | readonly string[] | undefined; onValueChange: Dispatch<SetStateAction<string | number | readonly string[] | undefined>>; startIcon?: ReactElement<any, string | JSXElementConstructor<...>> | ReactElement<...> | undefined; ... 314 more ...; validate?: (() => Promise<...>) | undefined; }' is not assignable to type 'IntrinsicAttributes & InputPrimitiveProps & { label?: string | undefined; allowFreeInput?: boolean | undefined; emptyMessage?: ReactNode; ... 9 more ...; values: string[]; } & FormComponentProps'.
Static code analysis (TypeScript)
Type '{ onValueChange: { action: string; }; onOpenChange: { action: string; }; }' is not assignable to type 'Partial<ArgTypes<InputPrimitiveProps & { label?: string | undefined; allowFreeInput?: boolean | undefined; emptyMessage?: ReactNode; isLoading?: boolean | undefined; ... 8 more ...; values: string[]; } & FormComponentProps>>'.
Static code analysis (TypeScript)
Type '{ value: string | number | readonly string[] | undefined; onValueChange: Dispatch<SetStateAction<string | number | readonly string[] | undefined>>; startIcon?: ReactElement<any, string | JSXElementConstructor<...>> | ReactElement<...> | undefined; ... 314 more ...; validate?: (() => Promise<...>) | undefined; }' is not assignable to type 'IntrinsicAttributes & InputPrimitiveProps & { label?: string | undefined; allowFreeInput?: boolean | undefined; emptyMessage?: ReactNode; ... 9 more ...; values: string[]; } & FormComponentProps'.
Static code analysis (TypeScript)
Process completed with exit code 1.
Validate commit messages
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Create constants
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Assign milestone
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Static code analysis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636