Skip to content

feat: replace select v4 #3909

feat: replace select v4

feat: replace select v4 #3909

Triggered via pull request October 1, 2024 07:11
Status Failure
Total duration 1m 8s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ci: src/components/CIPipelineN/TaskTypeDetailComponent.tsx#L244
Type '{ inputId: string; isCreatableSingleSelect: true; value: OptionType; options: { label: string; value: string; }[]; placeholder: string; onChange: (selectedValue: OptionType) => void; ... 4 more ...; onKeyDown: (event: any) => void; }' is not assignable to type 'IntrinsicAttributes & SelectPickerProps<string, boolean>'.
ci: src/components/app/details/appDetails/utils.tsx#L113
Type '{ isCreatableSingleSelect: true; inputId: string; placeholder: string; value: { label: any; value: any; }; options: { label: string; value: string; }[]; onChange: any; }' is not assignable to type 'IntrinsicAttributes & SelectPickerProps<any, boolean>'.
ci: src/components/app/details/appDetails/utils.tsx#L135
Type '{ inputId: string; isCreatableSingleSelect: true; placeholder: string; value: { label: any; value: any; }; options: { label: string; value: string; }[]; onChange: any; }' is not assignable to type 'IntrinsicAttributes & SelectPickerProps<any, boolean>'.
ci: src/components/ciConfig/CIBuildpackBuildOptions.tsx#L622
Type '{ inputId: string; isCreatableSingleSelect: true; classNamePrefix: string; placeholder: string; isLoading: boolean; options: BuilderIdOptionType[]; value: BuilderIdOptionType; onChange: (selected: BuilderIdOptionType) => void; }' is not assignable to type 'IntrinsicAttributes & SelectPickerProps<string, boolean>'.
ci
Process completed with exit code 2.