Bump react-router-dom from 5.3.4 to 6.27.0 #147
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'.
|