Skip to content

Bump react-router from 5.3.4 to 7.5.2 in /client #1518

Bump react-router from 5.3.4 to 7.5.2 in /client

Bump react-router from 5.3.4 to 7.5.2 in /client #1518

Triggered via pull request April 24, 2025 19:13
Status Failure
Total duration 3m 25s
Artifacts

client.yml

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

Annotations

10 errors
Build (20.x)
Type '{ path: string; component: LazyExoticComponent<() => Element>; }' is not assignable to type 'IntrinsicAttributes & IProps'.
Build (20.x)
Type '{ path: string; component: LazyExoticComponent<() => Element>; }' is not assignable to type 'IntrinsicAttributes & IProps'.
Build (20.x)
Type '{ path: string; component: LazyExoticComponent<() => Element>; }' is not assignable to type 'IntrinsicAttributes & IProps'.
Build (20.x)
Type '{ path: string; component: LazyExoticComponent<() => Element>; }' is not assignable to type 'IntrinsicAttributes & IProps'.
Build (20.x)
Type '{ exact: true; path: string; component: LazyExoticComponent<() => Element>; }' is not assignable to type 'IntrinsicAttributes & IProps'.
Build (20.x)
Type '{ fallback: "layout"; path: string[]; component: LazyExoticComponent<() => Element>; }' is not assignable to type 'IntrinsicAttributes & IProps'.
Build (20.x)
Type '{ fallback: "layout"; path: string; component: LazyExoticComponent<MemoExoticComponent<() => Element>>; }' is not assignable to type 'IntrinsicAttributes & IProps'.
Build (20.x)
Type '{ exact: true; fallback: "layout"; path: string; component: LazyExoticComponent<MemoExoticComponent<() => Element>>; }' is not assignable to type 'IntrinsicAttributes & IProps'.
Build (20.x)
Type '{ exact: true; path: string; component: LazyExoticComponent<() => Element>; }' is not assignable to type 'IntrinsicAttributes & IProps'.
Build (20.x)
Type '{ children: Element; history: History<unknown>; }' is not assignable to type 'IntrinsicAttributes & RouterProps'.