Refactor folders structure and decouple components #27
Annotations
4 warnings
check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check:
src/pages/home/sections/EventLoop/Pointer/Pointer.tsx#L76
React Hook useEffect has missing dependencies: 'animationRef', 'incrementTime', 'processEvent', and 'setState'. Either include them or remove the dependency array
|
check:
src/pages/home/sections/WebApiQueue/WebApiTask.tsx#L58
React Hook useEffect has missing dependencies: 'delay', 'set', 'task', and 'timeRef'. Either include them or remove the dependency array
|
check:
src/utils/useRefState.tsx#L12
React Hook useEffect has missing dependencies: 'selector' and 'store'. Either include them or remove the dependency array. If 'selector' changes too often, find the parent component that defines it and wrap that definition in useCallback
|