Help & Support #219
lint-test.yml
on: pull_request
Lint backend
/
lint
20s
Lint frontend
/
lint
1m 2s
Annotations
4 errors and 1 warning
Lint backend / lint
Process completed with exit code 1.
|
frontend/src/Components/Home/Header.jsx#L1
[no-unused-vars] 'React' is defined but never used.
|
Lint frontend / lint
1 errors and 1 warnings
|
Lint frontend / lint
Process completed with exit code 1.
|
frontend/src/Components/Home/Header.jsx#L14
[react-hooks/exhaustive-deps] The 'cartItems' logical expression could make the dependencies of useEffect Hook (at line 31) change on every render. Move it inside the useEffect callback. Alternatively, wrap the initialization of 'cartItems' in its own useMemo() Hook.
|