Skip to content

Update react monorepo #2961

Update react monorepo

Update react monorepo #2961

Triggered via pull request September 24, 2024 14:45
Status Failure
Total duration 55s
Artifacts

node.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
build (18.x): src/app/Splash.tsx#L7
Type '{ children: Element; }' is missing the following properties from type 'Pick<HTMLAttributes<unknown>, "lang" | "id" | "role" | "children" | "hidden" | "dir" | "slot" | "title" | "color" | "translate" | "accessKey" | "draggable" | "className" | ... 239 more ... | "onTransitionEndCapture">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
build (18.x): src/app/Splash.tsx#L8
Type '{ children: Element; fullscreen: true; }' is missing the following properties from type 'Pick<HTMLAttributes<HTMLIonContentElement>, "lang" | "id" | "role" | "children" | "hidden" | "dir" | "slot" | "title" | "color" | "translate" | ... 242 more ... | "onTransitionEndCapture">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
build (18.x): src/app/Splash.tsx#L19
Type '{ children: Element[]; lines: "none"; class: string; }' is missing the following properties from type 'Pick<HTMLAttributes<HTMLIonListElement>, "lang" | "id" | "role" | "children" | "hidden" | "dir" | "slot" | "title" | "color" | "translate" | ... 242 more ... | "onTransitionEndCapture">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
build (18.x): src/app/Splash.tsx#L20
Type '{ children: Element; }' is missing the following properties from type 'Pick<HTMLAttributes<HTMLIonListHeaderElement>, "lang" | "id" | "role" | "children" | "hidden" | "dir" | "slot" | "title" | "color" | ... 243 more ... | "onTransitionEndCapture">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
build (18.x): src/app/Splash.tsx#L21
Type '{ children: string; }' is missing the following properties from type 'Pick<HTMLAttributes<HTMLIonLabelElement>, "lang" | "id" | "role" | "children" | "hidden" | "dir" | "slot" | "title" | "color" | "translate" | ... 242 more ... | "onTransitionEndCapture">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
build (18.x): src/app/Splash.tsx#L23
Type '{ type: "indeterminate"; }' is missing the following properties from type 'Pick<HTMLAttributes<HTMLIonProgressBarElement>, "lang" | "id" | "role" | "children" | "hidden" | "dir" | "slot" | "title" | "color" | ... 243 more ... | "onTransitionEndCapture">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
build (18.x): src/app/Tabs.tsx#L40
Type '{ children: Element[]; }' is missing the following properties from type 'Pick<IonicReactExternalProps<IonRouterOutlet & { basePath?: string | undefined; ref?: RefObject<any> | ((instance: any) => void) | null | undefined; ionPage?: boolean | undefined; } & IonicReactProps, HTMLIonRouterOutletElement>, "lang" | ... 258 more ... | "ionPage">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
build (18.x): src/app/Tabs.tsx#L50
Type '{ children: Element[]; slot: "bottom"; }' is missing the following properties from type 'Pick<HTMLAttributes<HTMLIonTabBarElement>, "lang" | "id" | "role" | "children" | "hidden" | "dir" | "slot" | "title" | "color" | "translate" | ... 242 more ... | "onTransitionEndCapture">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
build (18.x): src/app/Tabs.tsx#L52
Type '{ icon: string; }' is missing the following properties from type 'Pick<HTMLAttributes<HTMLIonIconElement>, "lang" | "id" | "role" | "children" | "hidden" | "dir" | "slot" | "title" | "color" | "translate" | ... 242 more ... | "onTransitionEndCapture">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
build (18.x): src/app/Tabs.tsx#L53
Type '{ children: string; }' is missing the following properties from type 'Pick<HTMLAttributes<HTMLIonLabelElement>, "lang" | "id" | "role" | "children" | "hidden" | "dir" | "slot" | "title" | "color" | "translate" | ... 242 more ... | "onTransitionEndCapture">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
build (16.x)
The job was canceled because "_18_x" failed.
build (16.x)
The operation was canceled.
build (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/