Skip to content

Commit

Permalink
Update to use unstable component.
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Mar 4, 2022
1 parent 19e7761 commit 6c1532d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { __ } from '@wordpress/i18n';
import { Button } from '@wordpress/components';
import { withSelect } from '@wordpress/data';
import { store as editorStore } from '@wordpress/editor';
import { PreferencesModalBaseOption as BaseOption } from '@wordpress/interface';
import { ___unstablePreferencesModalBaseOption as BaseOption } from '@wordpress/interface';

export function CustomFieldsConfirmation( { willEnable } ) {
const [ isReloading, setIsReloading ] = useState( false );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
import { compose } from '@wordpress/compose';
import { withSelect, withDispatch } from '@wordpress/data';
import { PreferencesModalBaseOption as BaseOption } from '@wordpress/interface';
import { ___unstablePreferencesModalBaseOption as BaseOption } from '@wordpress/interface';

/**
* Internal dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
import { compose, ifCondition } from '@wordpress/compose';
import { withSelect, withDispatch } from '@wordpress/data';
import { PreferencesModalBaseOption as BaseOption } from '@wordpress/interface';
import { ___unstablePreferencesModalBaseOption as BaseOption } from '@wordpress/interface';

/**
* Internal dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { compose } from '@wordpress/compose';
import { withSelect, withDispatch } from '@wordpress/data';
import { ifViewportMatches } from '@wordpress/viewport';
import { store as editorStore } from '@wordpress/editor';
import { PreferencesModalBaseOption as BaseOption } from '@wordpress/interface';
import { ___unstablePreferencesModalBaseOption as BaseOption } from '@wordpress/interface';

export default compose(
withSelect( ( select ) => ( {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { default as TestRenderer, act } from 'react-test-renderer';
* WordPress dependencies
*/
import { Button } from '@wordpress/components';
import { PreferencesModalBaseOption as BaseOption } from '@wordpress/interface';
import { ___unstablePreferencesModalBaseOption as BaseOption } from '@wordpress/interface';

/**
* Internal dependencies
Expand Down

0 comments on commit 6c1532d

Please sign in to comment.