Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate all React functionality to use @wordpress/element with dependency extraction #2756

Merged
merged 11 commits into from
May 17, 2022
Prev Previous commit
Next Next commit
Fix dependency name.
  • Loading branch information
JakePT committed May 12, 2022
commit 5afff77e3d0c00f24af1177c7767f5ed5213e6c5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* WordPress dependencies.
*/
import { Fragment, useContext, WPElement } from 'react';
import { Fragment, useContext, WPElement } from '@wordpress/element';

/**
* Internal dependencies.
Expand Down