diff --git a/packages/editor/src/components/provider/use-block-editor-settings.js b/packages/editor/src/components/provider/use-block-editor-settings.js index 6c5edd786bc55..e90be6487a0ea 100644 --- a/packages/editor/src/components/provider/use-block-editor-settings.js +++ b/packages/editor/src/components/provider/use-block-editor-settings.js @@ -29,9 +29,8 @@ import { useGlobalStylesContext } from '../global-styles-provider'; const EMPTY_OBJECT = {}; -const { RECEIVE_INTERMEDIATE_RESULTS } = unlock( coreDataPrivateApis ); - function __experimentalReusableBlocksSelect( select ) { + const { RECEIVE_INTERMEDIATE_RESULTS } = unlock( coreDataPrivateApis ); const { getEntityRecords } = select( coreStore ); return getEntityRecords( 'postType', 'wp_block', { per_page: -1,