We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 if it is necessary to support React 19 release candidate in Cypress 14 and potentially remove ^19.0.0-rc.
^19.0.0-rc
React 19 was released on Dec 5, 2024. See React v19 blog post, making the release candidate unneeded.
$ 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
The text was updated successfully, but these errors were encountered:
@MikeMcC399 Yah @AtofStryker is workin on removing it here: #30723
Sorry, something went wrong.
@jennifer-shehane
Good move! It should make things simpler in the long run.
No branches or pull requests
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
cc: @AtofStryker
The text was updated successfully, but these errors were encountered: