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 4, 2024
1 parent 997ef6d commit 8fc0eb6
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 8fc0eb6

Please sign in to comment.