Detect file renames without triggering deletions #1743
ci.yml
on: pull_request
yarn
1m 22s
biome
1m 19s
eslint
2m 27s
typescript
2m 0s
test
1m 34s
Annotations
10 warnings
|
eslint:
plugins/dither/src/App.tsx#L120
React Hook useEffect has a missing dependency: 'mesh'. Either include it or remove the dependency array
|
|
eslint:
plugins/dither/src/App.tsx#L65
React Hook useEffect has a missing dependency: 'gl'. 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/color-extract/src/App.tsx#L52
React Hook useEffect has a missing dependency: 'currentSelection'. Either include it or remove the dependency array
|
|
eslint:
plugins/tidyup/src/App.tsx#L672
React Hook useLayoutEffect has a spread element in its dependency array. This means we can't statically verify whether you've passed the correct dependencies
|
|
eslint:
plugins/tidyup/src/App.tsx#L371
React Hook useMemo has an unnecessary dependency: 'randomKey'. Either exclude 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
|