This repository was archived by the owner on Jan 8, 2025. It is now read-only.
Update Navigation Design #1238
Annotations
8 errors and 1 warning
components/Menu/structure.ts#L6
Type '{ title: string; href: string; testId: string; containsSubCategories: true; children: ({ title: string; children: { title: string; href: string; }[]; } | { title: string; href: string; titleLink: true; children: { ...; }[]; })[]; }' is not assignable to type 'MenuCategoryProps'.
|
components/Menu/structure.ts#L69
Type '{ title: string; href: string; containsSubCategories: true; testId: string; children: { title: string; children: { title: string; href: string; }[]; }[]; }' is not assignable to type 'MenuCategoryProps'.
|
components/Menu/structure.ts#L141
Type '{ title: string; href: string; containsSubCategories: true; testId: string; children: ({ title: string; children: { title: string; href: string; }[]; } | { title: string; titleLink: true; href: string; children: { ...; }[]; } | { ...; })[]; }' is not assignable to type 'MenuCategoryProps'.
|
components/Menu/structure.ts#L241
Type '{ title: string; href: string; testId: string; children: { title: string; href: string; }[]; }' is not assignable to type 'MenuCategoryProps'.
|
components/Menu/structure.ts#L276
Type '{ title: string; href: string; testId: string; }' is not assignable to type 'MenuCategoryProps'.
|
components/Menu/structure.ts#L281
Type '{ title: string; href: string; testId: string; children: { title: string; href: string; }[]; }' is not assignable to type 'MenuCategoryProps'.
|
components/Menu/structure.ts#L312
Type '{ title: string; href: string; testId: string; }' is not assignable to type 'MenuCategoryProps'.
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading