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

React compatibility: Remove react-test-renderer #38753

Closed
Tracked by #37951
coder-karen opened this issue Aug 7, 2024 · 0 comments · Fixed by #38755
Closed
Tracked by #37951

React compatibility: Remove react-test-renderer #38753

coder-karen opened this issue Aug 7, 2024 · 0 comments · Fixed by #38755

Comments

@coder-karen
Copy link
Contributor

In React 19, react-test-renderer will be deprecated (reference). While it will not be removed in React 19 and only log a deprecation warning, we don't specifically appear to be using it within the monorepo except for one case, though this should be tested and confirmed before removing it.

In that one case, we specifically use react-test-renderer/shallow, and that will be removed in React 19 (reference), to prefer installing the package directly.

Parent issue: #37951

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

Successfully merging a pull request may close this issue.

2 participants