v1.4.11 #74
Annotations
9 errors and 3 warnings
Run npm run build:
src/components/Footer/Footer.tsx#L2
'FooterProps' is defined but never used
|
Run npm run build:
src/components/Header/Header.tsx#L46
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Run npm run build:
src/components/Radio/Radio.tsx#L13
'e' is defined but never used
|
Run npm run build:
src/components/Tooltip/getPosition.ts#L5
Do not use "@ts-nocheck" because it alters compilation errors
|
Run npm run build:
src/components/Header/components/MobileMenu.tsx#L5
'PrismicLink' is defined but never used
|
Run npm run build:
src/components/Header/components/MobileMenu.tsx#L10
'balance' is defined but never used
|
Run npm run build:
src/components/Header/components/MobileMenu.tsx#L30
Missing "key" prop for element in iterator
|
Run npm run build:
src/components/Header/components/MobileMenu.tsx#L44
Missing "key" prop for element in iterator
|
Run npm run build:
src/components/Header/components/MobileMenu.tsx#L69
Missing "key" prop for element in iterator
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run npm run build:
src/components/TabsRound/TabsRound.tsx#L9
React Hook useEffect has missing dependencies: 'onChange' and 'tabsList'. Either include them or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run npm run build:
src/hooks/useClickOutside.ts#L8
The 'handleClick' function makes the dependencies of useEffect Hook (at line 22) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'handleClick' in its own useCallback() Hook
|
Loading