-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
CTIssue related to component testingIssue related to component testingnpm: @cypress/react@cypress/react package issues@cypress/react package issues
Description
- Follows on from Support React 19 in Component Testing #29470
What would you like?
Review if it is necessary to support React 19 release candidate in Cypress 14 and potentially remove ^19.0.0-rc
.
Why is this needed?
React 19 was released on Dec 5, 2024. See React v19 blog post, making the release candidate unneeded.
Other
$ npm view react dist-tags
{
latest: '19.0.0',
beta: '19.0.0-beta-26f2496093-20240514',
rc: '19.0.0-rc.1',
next: '19.0.0-rc-1c9b1387-20241204',
canary: '19.0.0-rc-1c9b1387-20241204',
experimental: '0.0.0-experimental-1c9b1387-20241204'
}
cc: @AtofStryker
Metadata
Metadata
Assignees
Labels
CTIssue related to component testingIssue related to component testingnpm: @cypress/react@cypress/react package issues@cypress/react package issues