fix: convert GitHub Pages workflow to CI-only #66
Annotations
9 warnings
|
build:
src/components/shared/LearnPanel.tsx#L178
React Hook useCallback has a missing dependency: 'onComplete'. Either include it or remove the dependency array. If 'onComplete' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
build:
src/app/fov-simulator/_components/Canvas.tsx#L487
React Hook useCallback has a missing dependency: 'onOffsetsChange'. Either include it or remove the dependency array. If 'onOffsetsChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
build:
src/app/fov-simulator/_components/Canvas.tsx#L417
React Hook useEffect has a missing dependency: 'onOffsetsChange'. Either include it or remove the dependency array. If 'onOffsetsChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
build:
src/app/fov-simulator/_components/Canvas.tsx#L408
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
|
build:
src/app/fov-simulator/_components/Canvas.tsx#L408
React Hook useEffect has missing dependencies: 'lensKeys' and 'onOffsetsChange'. Either include them or remove the dependency array. If 'onOffsetsChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
build:
src/app/fov-simulator/_components/Canvas.tsx#L342
React Hook useEffect has a missing dependency: 'sourceImageRef'. Either include it or remove the dependency array
|
|
build:
src/app/fov-simulator/_components/Canvas.tsx#L331
React Hook useCallback has a missing dependency: 'cleanCanvasRef'. Either include it or remove the dependency array
|
|
build:
src/app/color-scheme-generator/_components/ColorHarmony.tsx#L292
React Hook useCallback has an unnecessary dependency: 'baseHex'. Either exclude it or remove the dependency array
|
|
build:
src/app/color-scheme-generator/_components/ColorHarmony.tsx#L136
React Hook useMemo has unnecessary dependencies: 'harmony' and 'hue'. Either exclude them or remove the dependency array
|