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

Update to support React 18 #53

Open
NicholasBoll opened this issue Jul 5, 2022 · 0 comments
Open

Update to support React 18 #53

NicholasBoll opened this issue Jul 5, 2022 · 0 comments

Comments

@NicholasBoll
Copy link
Owner

React 18 changed the way nodes are mounted/unmounted: https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html#updates-to-client-rendering-apis

This results in a Cypress test not unloading the previous test, so the next test continues where the previous left off. The loading API should be updated to support React 18.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant