Airtable: add support for color fields #250
Merged
Annotations
10 warnings
|
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
|
|
plugins/dither/src/App.tsx#L147
React Hook useCallback has an unnecessary dependency: 'resolution'. Either exclude it or remove the dependency array
|
|
plugins/dither/src/App.tsx#L120
React Hook useEffect has a missing dependency: 'mesh'. Either include it or remove the dependency array
|
|
plugins/dither/src/App.tsx#L62
React Hook useEffect has a missing dependency: 'gl'. Either include it or remove the dependency array
|
|
plugins/doodles/src/App.tsx#L119
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
|
|
plugins/doodles/src/App.tsx#L112
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
|
|
plugins/doodles/src/App.tsx#L105
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
|
|
plugins/doodles/src/App.tsx#L98
React Hook useCallback has a missing dependency: 'strokeInputValue'. Either include it or remove the dependency array
|
|
plugins/threshold/src/App.tsx#L143
React Hook useEffect has a missing dependency: 'updateCanvas'. Either include it or remove the dependency array
|
|
plugins/threshold/src/App.tsx#L127
React Hook useMemo has missing dependencies: 'maxHeight' and 'maxWidth'. Either include them or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading