Bump react-router-dom from 5.3.4 to 7.4.0 #912
Closed
Annotations
9 errors
|
|
|
src/index.tsx#L0
Type '{ children: Element; path: string; exact: true; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
|
src/index.tsx#L0
Parameter 'props' implicitly has an 'any' type.
|
|
src/index.tsx#L0
Type '{ path: string; exact: true; render: (props: any) => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
|
src/index.tsx#L0
Parameter 'props' implicitly has an 'any' type.
|
|
src/index.tsx#L0
Type '{ path: string; exact: true; render: (props: any) => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
|
src/index.tsx#L0
Type '{ path: string; exact: true; render: () => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
|
src/index.tsx#L0
Parameter 'props' implicitly has an 'any' type.
|
|
src/index.tsx#L0
Type '{ path: string; exact: true; render: (props: any) => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
The logs for this run have expired and are no longer available.
Loading