build(deps): upgrade to Patternfly 5 #3277
Annotations
10 errors
src/app/Dashboard/AutomatedAnalysis/Filters/AutomatedAnalysisNameFilter.tsx#L57
No overload matches this call.
|
src/app/Dashboard/AutomatedAnalysis/Filters/AutomatedAnalysisScoreFilter.tsx#L141
Type '(value: number, inputValue: number | undefined) => void' is not assignable to type '(event: SliderOnChangeEvent, value: number, inputValue?: number | undefined, setLocalInputValue?: Dispatch<SetStateAction<number>> | undefined) => void'.
|
src/app/Dashboard/AutomatedAnalysis/Filters/AutomatedAnalysisTopicFilter.tsx#L51
No overload matches this call.
|
src/app/Dashboard/DashboardCardActionMenu.tsx#L53
Type 'Dispatch<SetStateAction<boolean>>' is not assignable to type '(event: MouseEvent | KeyboardEvent | TouchEvent | React.KeyboardEvent<...> | React.MouseEvent<...>, isOpen: boolean) => void'.
|
src/app/Dashboard/DashboardLayoutCreateModal.tsx#L145
Type '{ children: Element; label: string; fieldId: string; isRequired: true; height: string; validated: ValidatedOptions; }' is not assignable to type 'IntrinsicAttributes & FormGroupProps & { children?: ReactNode; }'.
|
src/app/Dashboard/DashboardLayoutCreateModal.tsx#L154
Type '{ children: Element; label: string; fieldId: string; helperText: string; helperTextInvalid: string; isRequired: true; validated: ValidatedOptions; }' is not assignable to type 'IntrinsicAttributes & FormGroupProps & { children?: ReactNode; }'.
|
src/app/Dashboard/DashboardLayoutCreateModal.tsx#L166
Type '(value: string) => void' is not assignable to type '(event: FormEvent<HTMLInputElement>, value: string) => void'.
|
src/app/Dashboard/DashboardLayoutCreateModal.tsx#L207
Type '(ev?: React.MouseEvent) => void' is not assignable to type '(event: MouseEvent<Element, MouseEvent> | KeyboardEvent) => void'.
|
src/app/Dashboard/DashboardLayoutSetAsTemplateModal.tsx#L143
Type '(ev?: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void' is not assignable to type '(event: MouseEvent<Element, MouseEvent> | KeyboardEvent) => void'.
|
src/app/Dashboard/DashboardLayoutSetAsTemplateModal.tsx#L159
Type '{ children: Element; label: string; fieldId: string; helperText: string; helperTextInvalid: string; isRequired: true; validated: ValidatedOptions; }' is not assignable to type 'IntrinsicAttributes & FormGroupProps & { children?: ReactNode; }'.
|
The logs for this run have expired and are no longer available.
Loading