Bump react-router-dom from 5.3.4 to 7.1.4 #2276
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.
|