Skip to content

Bump react-router-dom from 5.3.4 to 7.1.4 #2276

Bump react-router-dom from 5.3.4 to 7.1.4

Bump react-router-dom from 5.3.4 to 7.1.4 #2276

Triggered via pull request January 31, 2025 09:36
Status Failure
Total duration 55s
Artifacts

nodejs.yml

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

Annotations

9 errors
build (22.x): src/index.tsx#L1
Type '{ path: string; exact: true; render: (props: any) => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
build (22.x): src/index.tsx#L1
Parameter 'props' implicitly has an 'any' type.
build (22.x): src/index.tsx#L1
Type '{ path: string; exact: true; render: () => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
build (22.x): src/index.tsx#L1
Type '{ path: string; exact: true; render: (props: any) => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
build (22.x): src/index.tsx#L1
Parameter 'props' implicitly has an 'any' type.
build (22.x): src/index.tsx#L1
Type '{ path: string; exact: true; render: (props: any) => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
build (22.x): src/index.tsx#L1
Parameter 'props' implicitly has an 'any' type.
build (22.x): src/index.tsx#L1
Type '{ children: Element; path: string; exact: true; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
build (22.x)
Process completed with exit code 2.