-
Task
-
Resolution: Merged
-
Must have
-
None
-
2
-
Maintenance
-
Sprint #207, Sprint #208
-
atlas
Summary
Following up this text from here
The ServerSideRender component has moved to its own package/script in WordPress 5.3 and accessing it using wp.components.ServerSideRender has been deprecated since. Starting WordPress 6.2, you should be able to access it directly
We're going to modify a small part of our code. Take a look into this search
Where?
Change all the occurrences of:
import { ServerSideRender} from '@wordpress/components';
to
import ServerSideRender from '@wordpress/server-side-render';
Requirements
- Wordpress 6.2 already installed.
Resources
- is blocked by
-
PLANET-7111 Upgrade to Wordpress 6.2
- CLOSED