[BD-46] docs: added keep the menu nav section of viewed page expanded #12962
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
tests:
www/src/components/Menu.tsx#L277
'componentName' is specified more than once, so this usage will be overwritten.
|
tests:
www/src/components/header/Header.tsx#L51
Type '{}' is missing the following properties from type '{ componentName: any; componentCategories: any; }': componentName, componentCategories
|
tests:
www/src/components/header/Header.tsx#L64
Type '{}' is missing the following properties from type '{ componentName: any; componentCategories: any; }': componentName, componentCategories
|
tests:
www/src/pages/404.tsx#L9
Type '{ children: Element[]; githubEditPath: any; }' is missing the following properties from type 'Pick<Pick<ILayout, keyof ILayout> & Pick<InferProps<{ children: Validator<NonNullable<ReactNodeLike>>; tocData: Requireable<InferProps<{ items: Requireable<...>; }>>; ... 4 more ...; githubEditPath: Requireable<...>; }>, never> & Pick<...>, "children" | ... 1 more ... | "componentCategories">': componentName, componentCategories
|
tests:
www/src/pages/foundations/colors.tsx#L135
Type '{ children: Element[]; isAutoToc: true; githubEditPath: string; }' is missing the following properties from type 'Pick<Pick<ILayout, keyof ILayout> & Pick<InferProps<{ children: Validator<NonNullable<ReactNodeLike>>; tocData: Requireable<InferProps<{ items: Requireable<...>; }>>; ... 4 more ...; githubEditPath: Requireable<...>; }>, never> & Pick<...>, "children" | ... 1 more ... | "componentCategories">': componentName, componentCategories
|
tests:
www/src/pages/foundations/spacing.tsx#L99
Type '{ children: Element[]; isAutoToc: true; githubEditPath: any; }' is missing the following properties from type 'Pick<Pick<ILayout, keyof ILayout> & Pick<InferProps<{ children: Validator<NonNullable<ReactNodeLike>>; tocData: Requireable<InferProps<{ items: Requireable<...>; }>>; ... 4 more ...; githubEditPath: Requireable<...>; }>, never> & Pick<...>, "children" | ... 1 more ... | "componentCategories">': componentName, componentCategories
|
tests:
www/src/pages/foundations/typography.tsx#L50
Type '{ children: Element[]; isAutoToc: true; githubEditPath: any; }' is missing the following properties from type 'Pick<Pick<ILayout, keyof ILayout> & Pick<InferProps<{ children: Validator<NonNullable<ReactNodeLike>>; tocData: Requireable<InferProps<{ items: Requireable<...>; }>>; ... 4 more ...; githubEditPath: Requireable<...>; }>, never> & Pick<...>, "children" | ... 1 more ... | "componentCategories">': componentName, componentCategories
|
tests:
www/src/pages/index.tsx#L9
Type '{ children: Element[]; showMinimizedTitle: true; hideFooterComponentMenu: true; }' is missing the following properties from type 'Pick<Pick<ILayout, keyof ILayout> & Pick<InferProps<{ children: Validator<NonNullable<ReactNodeLike>>; tocData: Requireable<InferProps<{ items: Requireable<...>; }>>; ... 4 more ...; githubEditPath: Requireable<...>; }>, never> & Pick<...>, "children" | ... 1 more ... | "componentCategories">': componentName, componentCategories
|
tests:
www/src/pages/insights.tsx#L71
Type '{ children: Element[]; isAutoToc: true; tab: string; githubEditPath: string; }' is missing the following properties from type 'Pick<Pick<ILayout, keyof ILayout> & Pick<InferProps<{ children: Validator<NonNullable<ReactNodeLike>>; tocData: Requireable<InferProps<{ items: Requireable<...>; }>>; ... 4 more ...; githubEditPath: Requireable<...>; }>, never> & Pick<...>, "children" | ... 1 more ... | "componentCategories">': componentName, componentCategories
|
tests:
www/src/pages/status.tsx#L19
Type '{ children: Element[]; isAutoToc: true; githubEditPath: any; }' is missing the following properties from type 'Pick<Pick<ILayout, keyof ILayout> & Pick<InferProps<{ children: Validator<NonNullable<ReactNodeLike>>; tocData: Requireable<InferProps<{ items: Requireable<...>; }>>; ... 4 more ...; githubEditPath: Requireable<...>; }>, never> & Pick<...>, "children" | ... 1 more ... | "componentCategories">': componentName, componentCategories
|