Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review need for React 19 RC in Component Testing #30722

Closed
MikeMcC399 opened this issue Dec 6, 2024 · 4 comments
Closed

Review need for React 19 RC in Component Testing #30722

MikeMcC399 opened this issue Dec 6, 2024 · 4 comments
Labels
CT Issue related to component testing npm: @cypress/react @cypress/react package issues

Comments

@MikeMcC399
Copy link
Contributor

MikeMcC399 commented Dec 6, 2024

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

@jennifer-shehane
Copy link
Member

@MikeMcC399 Yah @AtofStryker is workin on removing it here: #30723

@MikeMcC399
Copy link
Contributor Author

@jennifer-shehane

@MikeMcC399 Yah @AtofStryker is workin on removing it here: #30723

Good move! It should make things simpler in the long run.

@MikeMcC399
Copy link
Contributor Author

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Jan 16, 2025

Released in 14.0.0.

This comment thread has been locked. If you are still experiencing this issue after upgrading to
Cypress v14.0.0, please open a new issue.

@cypress-bot cypress-bot bot locked as resolved and limited conversation to collaborators Jan 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CT Issue related to component testing npm: @cypress/react @cypress/react package issues
Projects
None yet
Development

No branches or pull requests

2 participants