feat: add support for table block rendering in Notion HTML conversion #239
Annotations
10 warnings
|
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
|
|
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/concentric/src/App.tsx#L138
React Hook useEffect has missing dependencies: 'isAllowedToSetAttributes' and 'state'. Either include them or remove the dependency array
|
|
plugins/color-extract/src/App.tsx#L52
React Hook useEffect has a missing dependency: 'currentSelection'. 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
|
|
plugins/photobooth/src/App.tsx#L34
React Hook useCallback has a missing dependency: 'animate'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading