Feature Description
Let's undo aspects of #7421 which made certain services dependent on React 17. As seen in the below Make/Core post, any React 17 code will continue to work with React 18 by invoking a legacy API:

In particular, this is considering the following line (at least):
|
( $react instanceof _WP_Dependency && version_compare( $react->ver, '18', '<' ) ) |
Related: #7394
Acceptance Criteria
No response
Implementation Brief
No response
QA Testing Instructions
No response
Demo
No response
Changelog Entry
No response
Feature Description
Let's undo aspects of #7421 which made certain services dependent on React 17. As seen in the below Make/Core post, any React 17 code will continue to work with React 18 by invoking a legacy API:
In particular, this is considering the following line (at least):
amp-wp/src/Admin/AfterActivationSiteScan.php
Line 104 in f8249c1
Related: #7394
Acceptance Criteria
No response
Implementation Brief
No response
QA Testing Instructions
No response
Demo
No response
Changelog Entry
No response