Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Jan 24, 2023
1 parent 8ed95fd commit 2c0f39a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/customize-widgets/src/experiments.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/exp
export const { lock, unlock } =
__dangerousOptInToUnstableAPIsOnlyForCoreModules(
'I know using unstable features means my plugin or theme will inevitably break on the next WordPress release.',
'@wordpress/edit-site'
'@wordpress/customize-widgets'
);
2 changes: 1 addition & 1 deletion packages/edit-navigation/src/components/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import {
BlockEditorKeyboardShortcuts,
BlockTools,
blockEditorExperiments,
experiments as blockEditorExperiments,
__unstableUseBlockSelectionClearer as useBlockSelectionClearer,
} from '@wordpress/block-editor';
import { useEntityBlockEditor } from '@wordpress/core-data';
Expand Down

0 comments on commit 2c0f39a

Please sign in to comment.