You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now if you use cypress/react with React 18, React gives you a warning in your console. The next release of Cypress ships cypress/react18. We should detect if a user is on React 18, and if they import { mount } from 'cypress/react', we should print a warning telling them to update their import to from cypress/react to cypress/react18.
What would you like?
Right now if you use
cypress/react
with React 18, React gives you a warning in your console. The next release of Cypress shipscypress/react18
. We should detect if a user is on React 18, and if theyimport { mount } from 'cypress/react'
, we should print a warning telling them to update their import to fromcypress/react
tocypress/react18
.PR landing React 18 is here: #22876
Why is this needed?
So users know that we've got support for the version of React they are using.
Other
No response
The text was updated successfully, but these errors were encountered: