Skip to content

Make everything Usable #887

Make everything Usable

Make everything Usable #887

Triggered via push November 3, 2023 08:16
Status Success
Total duration 31s
Artifacts
Run Lint Checks
22s
Run Lint Checks
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Run Lint Checks: src/SiteGenSPA/components/Loader/index.js#L19
Assignments to the 'statusIdx' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect