-
Notifications
You must be signed in to change notification settings - Fork 525
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
Upgrade React to v18 #2280
Upgrade React to v18 #2280
Conversation
d577c81
to
e89f71d
Compare
@scottrippey I didn't update any lint rules in this PR, but for some reason |
# Conflicts: # package.json # yarn.lock
…ry into chore/upgrade-react
# Conflicts: # package.json # yarn.lock
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good!
Great! When can we expect a new release on NPM including this fix? |
@stur86 Apologies for the delay in getting this released, we have been resolving some build issues on our end, but this should go out before the end of this week. |
Thanks, that's fantastic! |
Upgrades React to v18, and updates peer dependencies to work with React 18. (Are there any reasons for us to remove support for v16 right now?)
This also updates a few misc. dependency issues that came up when running
yarn audit
.Fixes #2187