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
@tnrich
React 19 is going to remove deprecated apis.
It seems there are still cases that we are using old apis like findDOMNode and render
Also do you know why this commit 7b8fcbf#diff-0d834dfe0b1aa1cb2ec5a918b1fee8f2346ca411fcaec907ebe0b1a6d2754b4e is reverted. Is it causing some issues?
The text was updated successfully, but these errors were encountered:
Hi @smeng9 yes that commit was causing quite a few legitimate test failures in cypress so I went ahead and rolled it back.
Sorry, something went wrong.
No branches or pull requests
@tnrich
React 19 is going to remove deprecated apis.
It seems there are still cases that we are using old apis like findDOMNode and render
Also do you know why this commit 7b8fcbf#diff-0d834dfe0b1aa1cb2ec5a918b1fee8f2346ca411fcaec907ebe0b1a6d2754b4e is reverted. Is it causing some issues?
The text was updated successfully, but these errors were encountered: