Annotations
5 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run cd frontend && pnpm run lint:
frontend/src/components/ToolEditor.tsx#L107
The 'currentRings' logical expression could make the dependencies of useCallback Hook (at line 782) change on every render. To fix this, wrap the initialization of 'currentRings' in its own useMemo() Hook
|
|
Run cd frontend && pnpm run lint:
frontend/src/components/ToolEditor.tsx#L107
The 'currentRings' logical expression could make the dependencies of useEffect Hook (at line 157) change on every render. To fix this, wrap the initialization of 'currentRings' in its own useMemo() Hook
|
|
Run cd frontend && pnpm run lint:
frontend/src/components/PaperCornerEditor.tsx#L58
React Hook useEffect has missing dependencies: 'corners.length' and 'onCornersChange'. Either include them or remove the dependency array. If 'onCornersChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Run cd frontend && pnpm run lint:
frontend/src/app/projects/[id]/page.tsx#L94
React Hook useEffect has a missing dependency: 'loadData'. Either include it or remove the dependency array
|
background
wait
wait-all
cancel
parallel
Loading