Skip to content

Remove debug comment #1343

Remove debug comment

Remove debug comment #1343

Triggered via pull request January 16, 2026 14:25
Status Success
Total duration 2m 7s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint: plugins/doodles/src/App.tsx#L107
React Hook useCallback has missing dependencies: 'strokeColor' and 'strokeHueInputValue'. Either include them or remove the dependency array. You can also do a functional update 'setStrokeColor(s => ...)' if you only need 'strokeColor' in the 'setStrokeColor' call
eslint: plugins/doodles/src/App.tsx#L100
React Hook useCallback has a missing dependency: 'strokeInputValue'. Either include it or remove the dependency array
eslint: plugins/dither/src/use-image-texture.tsx#L27
React Hook useEffect has a spread element in its dependency array. This means we can't statically verify whether you've passed the correct dependencies
eslint: plugins/dither/src/use-image-texture.tsx#L27
React Hook useEffect has a missing dependency: 'onUpdate'. Either include it or remove the dependency array. If 'onUpdate' changes too often, find the parent component that defines it and wrap that definition in useCallback
eslint: plugins/dither/src/use-gradient-texture.ts#L15
Assignments to the 'quantization' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
eslint: plugins/dither/src/App.tsx#L146
React Hook useCallback has an unnecessary dependency: 'resolution'. Either exclude it or remove the dependency array
eslint: plugins/dither/src/App.tsx#L117
React Hook useEffect has a missing dependency: 'mesh'. Either include it or remove the dependency array
eslint: plugins/dither/src/App.tsx#L62
React Hook useEffect has a missing dependency: 'gl'. Either include it or remove the dependency array
eslint: plugins/color-extract/src/App.tsx#L52
React Hook useEffect has a missing dependency: 'currentSelection'. Either include it or remove the dependency array
eslint: plugins/concentric/src/App.tsx#L139
React Hook useEffect has missing dependencies: 'isAllowedToSetAttributes' and 'state'. Either include them or remove the dependency array