Skip to content

Commit

Permalink
Fix useInnerBlocksProps bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminThylin committed Apr 21, 2022
1 parent c7d4bf4 commit f380a91
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/blocks/button_popup/assets/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { applyFilters } from '@wordpress/hooks';

import {
useBlockProps,
__experimentalUseInnerBlocksProps as useInnerBlocksProps,
useInnerBlocksProps,
BlockControls,
RichText,
} from '@wordpress/block-editor';
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/button_popup/dist/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => 'f821b235f4570943e039d7b9eb5b98fb');
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => 'b9a310e4df5aac2b5ea45305a0a71478');
2 changes: 1 addition & 1 deletion src/blocks/button_popup/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/blocks/button_popups/assets/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import classnames from 'classnames';
import {
BlockControls,
useBlockProps,
__experimentalUseInnerBlocksProps as useInnerBlocksProps,
useInnerBlocksProps,
} from '@wordpress/block-editor';
import { ToolbarGroup, ToolbarItem } from '@wordpress/components';
import ContentJustificationDropdown from './content-justification-dropdown';
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/button_popups/dist/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'b399fada70565e06401d026838f2b10f');
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'a865af4523e96b2ba2927588d749623a');
2 changes: 1 addition & 1 deletion src/blocks/button_popups/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f380a91

Please sign in to comment.