Add accordion #103
Annotations
5 errors and 11 warnings
test
Object literal may only specify known properties, and 'menus' does not exist in type 'Nav'.
|
test
Object literal may only specify known properties, and 'menus' does not exist in type 'Nav'.
|
test
Object literal may only specify known properties, and 'menus' does not exist in type 'Nav'.
|
test
crossed-docs#type-check: command (/home/runner/work/crossed/crossed/apps/documentation) /home/runner/setup-pnpm/node_modules/.bin/pnpm run type-check exited (2)
|
test
Process completed with exit code 2.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test:
apps/documentation/src/app/(doc)/primitive/(components)/templatePrimitive.tsx#L84
'description' is already declared in the upper scope on line 44 column 3
|
test:
apps/documentation/src/app/(doc)/primitive/(components)/templatePrimitive.tsx#L117
'description' is already declared in the upper scope on line 44 column 3
|
test:
apps/documentation/src/app/(doc)/primitive/(components)/templatePrimitive.tsx#L150
'description' is already declared in the upper scope on line 44 column 3
|
test:
apps/documentation/src/app/(doc)/ui/(components)/templatePrimitive.tsx#L153
'description' is already declared in the upper scope on line 96 column 3
|
test:
apps/documentation/src/app/(doc)/ui/(components)/templatePrimitive.tsx#L190
'description' is already declared in the upper scope on line 96 column 3
|
test:
apps/documentation/src/app/layout.tsx#L56
Inline style: { minHeight: '100%' }
|
test:
apps/documentation/src/components/CodeBlock.tsx#L85
'children' is already declared in the upper scope on line 72 column 3
|
test:
apps/documentation/src/components/CodeBlock.tsx#L95
React Hook useCallback has an unnecessary dependency: 'children'. Either exclude it or remove the dependency array
|
test:
apps/documentation/src/components/SideBarLayout.tsx#L96
Inline style: { position: 'sticky', top: '75px' }
|
test:
apps/documentation/src/components/TOCLayout.tsx#L87
React Hook useEffect has a missing dependency: 'hash'. Either include it or remove the dependency array
|