fix: handle null when provided to text/textarea/number fields #435
Annotations
1 error and 1 warning
Publish all packages
Argument of type '{ field: Field<ValueType>; label: string | undefined; Label: React.FC<FieldLabelPropsInternal> | (({ children, icon, label, el, readOnly, }: FieldLabelPropsInternal) => JSX.Element); ... 4 more ...; name?: string; }' is not assignable to parameter of type 'FieldProps<any, Field<any>> & { Label: FC<FieldLabelPropsInternal>; label?: string | undefined; id: string; name?: string | undefined; } & FieldProps<...>'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading