-
Notifications
You must be signed in to change notification settings - Fork 538
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
test(react): remove support for testing React 17 #3800
Conversation
|
size-limit report 📦
|
Starting in v36, we will support only React 18. This PR removes these checks in current
main
as we look to merge innext-major
over the next couple of weeks 👀Changelog
New
Changed
Removed
REACT_VERSION_LATEST
andREACT_VERSION_17
flags from Jest config and testsRollout strategy
We will need to update the protected branch for
main
to expecttest
andtype-check
instead of the 17 and 18 suffixed jobs that we currently have. Once that's complete, we can merge in the PR and update all other PRs to inherit the new workflow jobs.Testing & Reviewing