Bump react-router-dom from 5.3.4 to 7.9.5 #986
Closed
Annotations
9 errors
|
Run npm run build --if-present
Process completed with exit code 2.
|
|
Run npm run build --if-present:
src/index.tsx#L0
Type '{ children: Element; path: string; exact: true; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
|
Run npm run build --if-present:
src/index.tsx#L0
Parameter 'props' implicitly has an 'any' type.
|
|
Run npm run build --if-present:
src/index.tsx#L0
Type '{ path: string; exact: true; render: (props: any) => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
|
Run npm run build --if-present:
src/index.tsx#L0
Parameter 'props' implicitly has an 'any' type.
|
|
Run npm run build --if-present:
src/index.tsx#L0
Type '{ path: string; exact: true; render: (props: any) => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
|
Run npm run build --if-present:
src/index.tsx#L0
Type '{ path: string; exact: true; render: () => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
|
Run npm run build --if-present:
src/index.tsx#L0
Parameter 'props' implicitly has an 'any' type.
|
|
Run npm run build --if-present:
src/index.tsx#L0
Type '{ path: string; exact: true; render: (props: any) => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
Loading