Connectors: Add logo URL support for custom AI providers #148446
Annotations
10 warnings
|
All (Node.js 24 on Linux):
packages/block-editor/src/components/block-list/block.native.js#L335
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked.
|
|
All (Node.js 24 on Linux):
packages/block-editor/src/components/block-list/block.native.js#L334
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked.
|
|
All (Node.js 24 on Linux):
packages/block-editor/src/components/block-list/block.native.js#L333
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked.
|
|
All (Node.js 24 on Linux):
packages/block-editor/src/components/block-list/block.native.js#L325
React Hook useMemo has missing dependencies: 'attributes', 'baseGlobalStyles', 'defaultColors', 'fontSizes', 'globalStyle', 'name', and 'wrapperProps?.style'. Either include them or remove the dependency array.
|
|
All (Node.js 24 on Linux):
packages/block-editor/src/components/block-list/block-list-item-cell.native.js#L52
React Hook useCallback has a missing dependency: 'blocksLayouts'. Either include it or remove the dependency array.
|
|
All (Node.js 24 on Linux):
packages/block-editor/src/components/block-list/block-list-item-cell.native.js#L35
React Hook useEffect has missing dependencies: 'blocksLayouts', 'clientId', and 'updateBlocksLayouts'. Either include them or remove the dependency array.
|
|
All (Node.js 24 on Linux):
packages/block-editor/src/components/block-draggable/index.native.js#L416
React Hook useEffect has missing dependencies: 'startDraggingBlock' and 'stopDraggingBlock'. Either include them or remove the dependency array.
|
|
All (Node.js 24 on Linux):
packages/block-editor/src/components/block-draggable/index.native.js#L121
React Hook useEffect has missing dependencies: 'isDragging.value' and 'stopDraggingBlocks'. Either include them or remove the dependency array.
|
|
All (Node.js 24 on Linux):
packages/block-editor/src/components/block-draggable/index.js#L82
React Hook useEffect has a missing dependency: 'stopDraggingBlocks'. Either include it or remove the dependency array.
|
|
All (Node.js 24 on Linux):
packages/block-directory/src/components/auto-block-uninstaller/index.js#L34
React Hook useEffect has missing dependencies: 'uninstallBlockType' and 'unusedBlockTypes'. Either include them or remove the dependency array.
|