Bump react-router from 5.3.4 to 7.5.2 in /client #1518
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'.
|