Skip to content

Bump react-router-dom from 5.3.4 to 6.27.0 #147

Bump react-router-dom from 5.3.4 to 6.27.0

Bump react-router-dom from 5.3.4 to 6.27.0 #147

Triggered via pull request October 12, 2024 18:22
Status Failure
Total duration 37s
Artifacts

build.yml

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

Annotations

10 errors
build (18.x): src/App.tsx#L3
Module '"react-router-dom"' has no exported member 'Switch'.
build (18.x): src/App.tsx#L3
'"react-router-dom"' has no exported member named 'Redirect'. Did you mean 'redirect'?
build (18.x): src/App.tsx#L61
Type 'string[]' is not assignable to type 'string'.
build (18.x): src/App.tsx#L71
Type '{ path: string; component: FC<{}>; exact: true; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
build (18.x): src/App.tsx#L72
Type '{ path: string; component: ConnectedComponent<any, any>; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
build (18.x): src/App.tsx#L73
Type '{ path: string; component: FC; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
build (18.x): src/App.tsx#L74
Type '{ path: string; component: ConnectedComponent<any, any>; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
build (18.x): src/App.tsx#L75
Type '{ path: string; component: ConnectedComponent<any, any>; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
build (18.x): src/App.tsx#L76
Type '{ path: string; component: ConnectedComponent<any, any>; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
build (18.x): src/App.tsx#L77
Type '{ path: string; component: FC; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.