feat: update the API for CustomInput #6119
Annotations
10 errors and 1 warning
ci:
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'.
|
ci:
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'.
|
ci:
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'.
|
ci:
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'.
|
ci:
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'.
|
ci:
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'.
|
ci:
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'.
|
ci:
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'.
|
ci:
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'.
|
ci:
src/components/CIPipelineN/MountFromHost.tsx#L72
Type '{ borderRadiusConfig: { right: boolean; }; placeholder: string; onChange: (e: any) => void; value: any; name: string; }' is not assignable to type 'IntrinsicAttributes & CustomInputProps'.
|
ci
Cache not found for keys: node-cache-Linux-x64-yarn-896c5d289b70b3867399d188baa37fec5e9d6f18719808fda37a022dbde8c08b
|