Skip to content

Help & Support

Help & Support #219

Triggered via pull request October 13, 2024 11:31
@nmdranmdra
opened #105
Aweesha
Status Failure
Total duration 1m 15s
Artifacts

lint-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.