Make everything Usable #887
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
|