Skip to content

Remove React 17 requirement for certain features #7489

@westonruter

Description

@westonruter

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:

image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    ChangeloggedWhether the issue/PR has been added to release notes.EnhancementNew feature or improvement of an existing one

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions