fix(deps): update dependency react-router-dom to v7 #4379
Annotations
10 errors and 1 warning
Build application
Type '{ children: Element; history: History<unknown>; }' is not assignable to type 'IntrinsicAttributes & RouterProps & { children?: ReactNode; }'.
|
Build application
Module '"react-router-dom"' has no exported member 'Switch'.
|
Build application
Type '{ path: string; exact: boolean; component: FC<Props>; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
Build application
Type '{ path: string; render: ({ location }: { location: any; }) => null; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
Build application
Binding element 'location' implicitly has an 'any' type.
|
Build application
Type '{ path: string; exact: boolean; component: FC<Props>; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
Build application
Type '{ path: string; render: ({ location }: { location: any; }) => null; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
Build application
Binding element 'location' implicitly has an 'any' type.
|
Build application
'"react-router-dom"' has no exported member named 'useRouteMatch'. Did you mean 'RouteMatch'?
|
Build application
Module '"react-router-dom"' has no exported member 'useHistory'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading