feat: update the API for CustomInput #6141
Annotations
10 errors and 1 warning
Check linting issues:
src/Pages/GlobalConfigurations/ClustersAndEnvironments/ClusterEnvironmentDrawer/ClusterEnvironmentDrawer.tsx#L268
Type '{ label: string; autoFocus: boolean; shouldTrim: boolean; onChange: (e: any) => void; onBlur: () => void; onFocus: () => void; name: keyof ClusterEnvironmentDrawerFormProps; disabled: boolean; placeholder: string; value: string; error: string[]; }' is not assignable to type 'IntrinsicAttributes & CustomInputProps'.
|
Check linting issues:
src/Pages/GlobalConfigurations/ClustersAndEnvironments/ClusterEnvironmentDrawer/ClusterEnvironmentDrawer.tsx#L279
Type '{ label: string; shouldTrim: boolean; required: boolean; onChange: (e: any) => void; onBlur: () => void; onFocus: () => void; name: keyof ClusterEnvironmentDrawerFormProps; disabled: boolean; placeholder: string; value: string; error: string[]; }' is not assignable to type 'IntrinsicAttributes & CustomInputProps'.
|
Check linting issues:
src/Pages/GlobalConfigurations/ClustersAndEnvironments/ClusterEnvironmentDrawer/ClusterEnvironmentDrawer.tsx#L317
Type '{ label: string; autoFocus: boolean; shouldTrim: boolean; onChange: (e: any) => void; onBlur: () => void; onFocus: () => void; name: keyof ClusterEnvironmentDrawerFormProps; placeholder: string; value: string; error: string[]; }' is not assignable to type 'IntrinsicAttributes & CustomInputProps'.
|
Check linting issues:
src/Pages/GlobalConfigurations/DeploymentCharts/List/UploadChartModal.tsx#L158
Type '{ placeholder: string; label: string; name: string; onChange: (...args: any[]) => any; fullWidth: true; disabled: true; value: string; required: true; }' is not assignable to type 'IntrinsicAttributes & CustomInputProps'.
|
Check linting issues:
src/Pages/Shared/ConfigMapSecret/ConfigMapSecretForm.tsx#L172
Type '{ autoFocus: true; value: string; "data-testid": string; label: string; placeholder: string; disabled: boolean; required: true; error: string[]; shouldTrim: boolean; onChange: (e: any) => void; onBlur: () => void; onFocus: () => void; name: keyof ConfigMapSecretUseFormProps; }' is not assignable to type 'IntrinsicAttributes & CustomInputProps'.
|
Check linting issues:
src/Pages/Shared/ConfigMapSecret/ConfigMapSecretForm.tsx#L251
Type '{ value: string; placeholder: string; disabled: boolean; error: string[]; shouldTrim: boolean; onChange: (e: any) => void; onBlur: () => void; onFocus: () => void; name: keyof ConfigMapSecretUseFormProps; }' is not assignable to type 'IntrinsicAttributes & CustomInputProps'.
|
Check linting issues:
src/Pages/Shared/ConfigMapSecret/ConfigMapSecretForm.tsx#L292
Type '{ placeholder: string; disabled: boolean; error: string[]; shouldTrim: boolean; onChange: (e: any) => void; onBlur: () => void; onFocus: () => void; name: keyof ConfigMapSecretUseFormProps; value: string; }' is not assignable to type 'IntrinsicAttributes & CustomInputProps'.
|
Check linting issues:
src/Pages/Shared/ConfigMapSecret/ConfigMapSecretForm.tsx#L311
Type '{ label: string; value: string; placeholder: string; helperText: string; disabled: boolean; error: string[]; required: true; shouldTrim: boolean; onChange: (e: any) => void; onBlur: () => void; onFocus: () => void; name: keyof ConfigMapSecretUseFormProps; }' is not assignable to type 'IntrinsicAttributes & CustomInputProps'.
|
Check linting issues:
src/Pages/Shared/ConfigMapSecret/ConfigMapSecretForm.tsx#L328
Type '{ value: string; label: string; placeholder: string; disabled: boolean; error: string[]; shouldTrim: boolean; onChange: (e: any) => void; onBlur: () => void; onFocus: () => void; name: keyof ConfigMapSecretUseFormProps; }' is not assignable to type 'IntrinsicAttributes & CustomInputProps'.
|
Check linting issues:
src/components/CIPipelineN/ConditionContainer.tsx#L350
Type '{ placeholder: string; name: string; value: any; onChange: (e: any) => void; size: ComponentSizeType; }' is not assignable to type 'IntrinsicAttributes & CustomInputProps'.
|
Use Node.js
Cache not found for keys: node-cache-Linux-x64-yarn-8a91a9c1a99bd6a0a3eab4562cf03ebc534131c5ab8f973bb87491910eb39e91
|
Loading