-
Notifications
You must be signed in to change notification settings - Fork 383
Closed
Labels
ChangeloggedWhether the issue/PR has been added to release notes.Whether the issue/PR has been added to release notes.EnhancementNew feature or improvement of an existing oneNew feature or improvement of an existing one
Milestone
Description
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
| ( $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
Metadata
Metadata
Assignees
Labels
ChangeloggedWhether the issue/PR has been added to release notes.Whether the issue/PR has been added to release notes.EnhancementNew feature or improvement of an existing oneNew feature or improvement of an existing one
