build(deps): upgrade to Patternfly 5 #3284
Annotations
11 errors
|
src/app/Events/EventTemplates.tsx#L360
Type 'Dispatch<SetStateAction<string>>' is not assignable to type '(event: FormEvent<HTMLInputElement>, value: string) => void'.
|
src/app/Events/EventTypes.tsx#L277
Type '(filterText: string) => void' is not assignable to type '(event: FormEvent<HTMLInputElement>, value: string) => void'.
|
src/app/Login/BasicAuthForm.tsx#L88
Type '{ children: Element; label: string; isRequired: true; fieldId: string; helperText: string; }' is not assignable to type 'IntrinsicAttributes & FormGroupProps & { children?: ReactNode; }'.
|
src/app/Login/BasicAuthForm.tsx#L100
Type '{ children: Element; label: string; isRequired: true; fieldId: string; helperText: string; }' is not assignable to type 'IntrinsicAttributes & FormGroupProps & { children?: ReactNode; }'.
|
src/app/Modal/DeleteWarningModal.tsx#L74
Type '(ev?: React.MouseEvent) => void' is not assignable to type '(event: MouseEvent<Element, MouseEvent> | KeyboardEvent) => void'.
|
src/app/RecordingMetadata/BulkEditLabels.tsx#L294
Type '{ noVerticalAlign: true; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<SVGIconProps, any, any>> & Readonly<SVGIconProps> & Readonly<...>'.
|
src/app/RecordingMetadata/RecordingLabelFields.tsx#L264
Type 'string' is not assignable to type 'number'.
|
src/app/Recordings/ActiveRecordingsTable.tsx#L919
Type '(checked: boolean) => void' is not assignable to type '(event: FormEvent<HTMLInputElement>, checked: boolean) => void'.
|
src/app/Recordings/ArchivedRecordingsTable.tsx#L826
Type '(checked: boolean) => void' is not assignable to type '(event: FormEvent<HTMLInputElement>, checked: boolean) => void'.
|
src/app/Recordings/Filters/DatetimeFilter.tsx#L139
Type '(value: string) => void' is not assignable to type '(event: FormEvent<HTMLInputElement>, value: string) => void'.
|
The logs for this run have expired and are no longer available.
Loading