Skip to content

Commit

Permalink
Mobile - Fix Experiments native variant breakage (#47792)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo Pacheco authored and ntsekouras committed Feb 9, 2023
1 parent 5c5d96e commit 9d451bb
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions packages/block-editor/src/experiments.native.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
/**
* WordPress dependencies
*/
import { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/experiments';

/**
* Internal dependencies
*/
import * as globalStyles from './components/global-styles';
import { ExperimentalBlockEditorProvider } from './components/provider';

export const { lock, unlock } =
__dangerousOptInToUnstableAPIsOnlyForCoreModules(
'I know using unstable features means my plugin or theme will inevitably break on the next WordPress release.',
'@wordpress/block-editor'
);
import { lock } from './lock-unlock';

/**
* Experimental @wordpress/block-editor APIs.
Expand Down

1 comment on commit 9d451bb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 9d451bb.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4133872439
📝 Reported issues:

Please sign in to comment.