Detect file renames without triggering deletions #1734
Annotations
1 error and 10 warnings
|
test
Process completed with exit code 1.
|
|
eslint:
plugins/ascii/src/hooks/use-characters-atlas-texture.ts#L64
React Hook useEffect has a missing dependency: 'debug'. Either include it or remove the dependency array
|
|
eslint:
plugins/ascii/src/hooks/use-characters-atlas-texture.ts#L47
React Hook useEffect has a missing dependency: 'size'. Either include it or remove the dependency array
|
|
eslint:
plugins/ascii/src/App.tsx#L117
React Hook useEffect has a missing dependency: 'setResolution'. Either include it or remove the dependency array
|
|
eslint:
plugins/doodles/src/App.tsx#L136
React Hook useCallback has missing dependencies: 'strokeColor' and 'strokeLightInputValue'. 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#L129
React Hook useCallback has missing dependencies: 'strokeColor' and 'strokeSaturateInputValue'. 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#L122
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#L115
React Hook useCallback has a missing dependency: 'strokeInputValue'. Either include it or remove the dependency array
|
|
eslint:
plugins/threshold/src/App.tsx#L149
React Hook useEffect has a missing dependency: 'updateCanvas'. Either include it or remove the dependency array
|
|
eslint:
plugins/threshold/src/App.tsx#L133
React Hook useMemo has missing dependencies: 'maxHeight' and 'maxWidth'. Either include them 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
|