Skip to content

Commit

Permalink
Try unlock later
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Nov 5, 2024
1 parent 343a1f9 commit 15fb801
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 15fb801

Please sign in to comment.