Skip to content

feat(acrorn-parser): adding support for binary expression #26

feat(acrorn-parser): adding support for binary expression

feat(acrorn-parser): adding support for binary expression #26

Triggered via pull request November 23, 2024 05:05
Status Success
Total duration 1m 33s
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