chore(deps-dev): bump react-router-dom from 5.2.0 to 6.28.1 #1167
Annotations
4 errors and 1 warning
build:
src/Link/Link.story.tsx#L59
Type '{ children: string; component: IStyledComponentBase<"web", Substitute<DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, LinkProps>> & string; to: string; }' is not assignable to type 'IntrinsicAttributes & LinkProps & RefAttributes<HTMLAnchorElement>'.
|
build:
src/TopBar/stories/TopBar.backButton.story.tsx#L64
Type '{ children: string; component: ({ children, maxWidth, ...props }: BackLinkProps) => Element; to: string; }' is not assignable to type 'IntrinsicAttributes & LinkProps & RefAttributes<HTMLAnchorElement>'.
|
build:
src/TopBar/stories/TopBar.menu.story.tsx#L96
Type '{ to: "/home" | "/historical-orders" | "/pick-schedule" | "/settings" | "/inventory" | "/reports" | "/users" | "/shipping"; title: "Home"; description: "Go to the home page"; icon: "home"; component: ({ description, title, icon, ...props }: MenuItemLinkProps) => Element; } | ... 7 more ... | { ...; }' is not assignable to type 'IntrinsicAttributes & LinkProps & RefAttributes<HTMLAnchorElement>'.
|
build
Process completed with exit code 2.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|