You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The job was canceled because "account-ui_build" failed.
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<...>'.
Type '{ children: Element; isRequired: boolean; label: string; fieldId: P & string; helperTextInvalid: string; validated: ValidatedOptions; }' is not assignable to type 'IntrinsicAttributes & FormGroupProps'.
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>'.
Parameter 'isOpen' implicitly has an 'any' type.
'v' is possibly 'undefined'.
Parameter 'event' implicitly has an 'any' type.
Type '{ children: Element; isRequired: boolean; label: string; labelIcon: Element | undefined; fieldId: P; helperTextInvalid: string | undefined; validated: ValidatedOptions; }' is not assignable to type 'IntrinsicAttributes & FormGroupProps'.
Argument of type 'string' is not assignable to parameter of type 'FormEvent<HTMLInputElement>'.
Module '"@patternfly/react-core"' has no exported member 'DropdownToggle'.
Module '"@patternfly/react-core"' has no exported member 'KebabToggle'.
The logs for this run have expired and are no longer available.