feat(AsideHeadser): Sort elements in AsideHeader #945
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint Files:
src/components/AllPagesPanel/AllPagesPanel.tsx#L128
React Hook useCallback has a missing dependency: 'editMenuProps'. Either include it or remove the dependency array
|
Lint Files:
src/components/AllPagesPanel/AllPagesPanel.tsx#L135
React Hook useMemo has an unnecessary dependency: 'menuItemsRef.current'. Either exclude it or remove the dependency array. Mutable values like 'menuItemsRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Lint Files:
src/components/AllPagesPanel/useGroupedMenuItems.ts#L26
Assignment to property of function parameter 'acc'
|
Lint Files:
src/components/AsideHeader/__stories__/AsideHeaderShowcase.tsx#L75
Expected return with your callback function
|
Lint Files:
src/components/AsideHeader/__stories__/AsideHeaderShowcase.tsx#L166
'compact' is already declared in the upper scope on line 62 column 12
|
Lint Files:
src/components/AsideHeader/__stories__/AsideHeaderShowcase.tsx#L298
Unexpected console statement
|
Lint Files:
src/components/AsideHeader/__stories__/AsideHeaderShowcase.tsx#L299
Unexpected console statement
|
Lint Files:
src/components/CompositeBar/HighlightedItem/HighlightedItem.tsx#L42
'top' is already declared in the upper scope on line 29 column 13
|
Lint Files:
src/components/CompositeBar/HighlightedItem/HighlightedItem.tsx#L43
'left' is already declared in the upper scope on line 29 column 18
|
Lint Files:
src/components/CompositeBar/HighlightedItem/HighlightedItem.tsx#L44
'width' is already declared in the upper scope on line 29 column 24
|
Loading