Skip to content

Refactor folders structure and decouple components #27

Refactor folders structure and decouple components

Refactor folders structure and decouple components #27

Triggered via pull request December 14, 2024 14:34
Status Success
Total duration 44s
Artifacts

pr-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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