Bump path-to-regexp, react-router and react-router-dom #55
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, Omit<unknown, never>>; }' 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, Omit<unknown, never>>; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
build (18.x):
src/App.tsx#L75
Type '{ path: string; component: ConnectedComponent<any, Omit<unknown, never>>; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
build (18.x):
src/App.tsx#L76
Type '{ path: string; component: ConnectedComponent<any, Omit<unknown, never>>; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
build (18.x):
src/App.tsx#L77
Type '{ path: string; component: ConnectedComponent<(props: any) => Element, Omit<any, "banners" | "hasMoreBanners" | "fetchBanners">>; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|