Bump path-to-regexp and react-router-dom #3730
Annotations
10 errors
frontend/src/Routes.tsx#L3
Module '"react-router-dom"' has no exported member 'Switch'.
|
frontend/src/Routes.tsx#L12
Type '{ exact: true; path: string; component: (props: RouteComponentProps) => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
frontend/src/Routes.tsx#L13
Type '{ path: string; component: (props: any) => ReactElement<SuspenseProps, string | JSXElementConstructor<any>>; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
frontend/src/components/Help/HelpNavItem.tsx#L3
Module '"react-router-dom"' has no exported member 'Switch'.
|
frontend/src/components/Help/HelpNavItem.tsx#L46
Type '{ path: string; exact: true; component: () => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
frontend/src/components/Help/HelpNavItem.tsx#L49
Type '{ path: string; exact: true; component: () => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
frontend/src/components/Help/HelpNavItem.tsx#L54
Type '{ path: string; exact: true; component: () => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
frontend/src/components/Help/HelpNavItem.tsx#L59
Type '{ path: string; exact: true; component: () => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
frontend/src/components/Help/HelpNavItem.tsx#L64
Type '{ path: string; exact: true; component: () => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
frontend/src/components/Help/HelpNavItem.tsx#L69
Type '{ path: string; exact: true; component: () => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
This job failed
Loading