Number input #5868
Annotations
5 errors
app/components/form/fields/NumberField.tsx#L93
Type 'string | number | readonly string[]' is not assignable to type 'number | undefined'.
|
app/components/form/fields/NumberField.tsx#L94
Type 'ChangeEventHandler<HTMLInputElement> | ((val: number) => void)' is not assignable to type '((value: number) => void) | undefined'.
|
libs/ui/lib/date-picker/DateRangePicker.tsx#L47
'state.dateRange' is possibly 'null'.
|
libs/ui/lib/date-picker/DateRangePicker.tsx#L48
'state.dateRange' is possibly 'null'.
|
|
The logs for this run have expired and are no longer available.
Loading