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 · 3 comments
Closed

Review need for React 19 RC in Component Testing #30722

MikeMcC399 opened this issue Dec 6, 2024 · 3 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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