Skip to content

Commit

Permalink
Update useInnerBlocksProps usage (#21625)
Browse files Browse the repository at this point in the history
Formerly `__experimentalUseInnerBlocksProps`, the API has now become `useInnerBlocksProps` so we update usage.
  • Loading branch information
guarani authored Nov 3, 2021
1 parent e78cb75 commit fce473f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
BlockIcon,
MediaPlaceholder,
useBlockProps,
__experimentalUseInnerBlocksProps as useInnerBlocksProps,
useInnerBlocksProps,
} from '@wordpress/block-editor';
import { createBlock } from '@wordpress/blocks';
import { __ } from '@wordpress/i18n';
Expand Down

0 comments on commit fce473f

Please sign in to comment.