fix: resolve squished canvas layout in sensor comparison and refine p… #63
Annotations
10 errors and 9 warnings
|
build-and-deploy:
src/lib/utils/export.ts#L25
Unexpected any. Specify a different type
|
|
build-and-deploy:
src/app/star-trail-calculator/_components/StarTrailCalculator.tsx#L16
'EXPOSURE_OPTIONS' is assigned a value but never used
|
|
build-and-deploy:
src/app/perspective-compression-simulator/_components/PerspectiveCompressionSimulator.tsx#L142
'presetPositions' is assigned a value but never used
|
|
build-and-deploy:
src/app/histogram/_components/HistogramExplainer.tsx#L388
Definition for rule '@next/next/no-img-element' was not found
|
|
build-and-deploy:
src/app/fov-simulator/_components/LensPanel.tsx#L8
'styles' is defined but never used
|
|
build-and-deploy:
src/app/fov-simulator/_components/CropStrip.tsx#L149
'imageIndex' is defined but never used
|
|
build-and-deploy:
src/app/fov-simulator/_components/CropStrip.tsx#L53
'isActive' is defined but never used
|
|
build-and-deploy:
src/app/exif-viewer/_components/ExifViewer.tsx#L383
'tool' is assigned a value but never used
|
|
build-and-deploy:
src/app/exif-viewer/_components/ExifViewer.tsx#L11
'detectClipping' is defined but never used
|
|
build-and-deploy:
src/app/color-scheme-generator/_components/ColorWheel.tsx#L59
'hue' is defined but never used
|
|
build-and-deploy:
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-and-deploy:
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-and-deploy:
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-and-deploy:
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-and-deploy:
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-and-deploy:
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-and-deploy:
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-and-deploy:
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-and-deploy:
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
|