Bump @patternfly/react-core from 4.276.6 to 6.0.0 #2328
Annotations
10 errors
|
Run build task
Type '{ children: ReactNode; title: string; isOpen: boolean; onClose: () => void; actions: Element[]; appendTo?: HTMLElement | (() => HTMLElement) | undefined; ... 375 more ...; key?: Key | ... 1 more ... | undefined; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Modal> & Pick<Readonly<ModalProps>, "children"> & InexactPartial<...> & InexactPartial<...>'.
|
Run build task
Type '{ children: Element; isRequired: boolean; label: string; fieldId: P & string; helperTextInvalid: string; validated: ValidatedOptions; }' is not assignable to type 'IntrinsicAttributes & FormGroupProps'.
|
Run build task
Type '{ children: Element[]; toggleId: P & string; onToggle: (isOpen: any) => void; selections: any; onSelect: (_: MouseEvent<Element, MouseEvent> | undefined, v: string | ... 1 more ... | undefined) => void; ... 300 more ...; disabled?: boolean | undefined; }' is not assignable to type 'IntrinsicAttributes & SelectProps & RefAttributes<any>'.
|
Run build task
Parameter 'isOpen' implicitly has an 'any' type.
|
Run build task
'v' is possibly 'undefined'.
|
Run build task
Parameter 'event' implicitly has an 'any' type.
|
Run build task
Type '{ children: Element; isRequired: boolean; label: string; labelIcon: Element | undefined; fieldId: P; helperTextInvalid: string | undefined; validated: ValidatedOptions; }' is not assignable to type 'IntrinsicAttributes & FormGroupProps'.
|
Run build task
Argument of type 'string' is not assignable to parameter of type 'FormEvent<HTMLInputElement>'.
|
Run build task
The operation was canceled.
|
Loading