Skip to content

Update husky scripts #21

Update husky scripts

Update husky scripts #21

Triggered via pull request October 30, 2024 18:35
Status Success
Total duration 47s
Artifacts

pr-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
check: src/components/Editor/Editor.tsx#L98
React Hook useEffect has a missing dependency: 'setEditorRef'. Either include it or remove the dependency array
check: src/components/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/components/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