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

Use latest minor version of React 18 (18.3.0) #1147

Closed
wants to merge 1 commit into from

Conversation

JGreenlee
Copy link
Collaborator

We were using react 18.2.*, while also using the latest react testing library, which asked for react 18.3, which caused an issue with npm installation.

When React 19 was released recently, they put out 18.3 at the same time (https://react.dev/blog/2024/04/25/react-19-upgrade-guide#react-18-3). 18.3 is the same as 18.2 but with a few deprecation warnings so it's easier to upgrade to React 19. We're not ready for the React 19 upgrade, but we can use 18.3 now, view those warnings and think about upgrading to 19 later.

We were using react 18.2.*, while also using the latest react testing library, which asked for react 18.3, which caused an issue with npm installation.

When React 19 was released recently, they put out 18.3 at the same time (https://react.dev/blog/2024/04/25/react-19-upgrade-guide#react-18-3). 18.3 is the same as 18.2 but with a few deprecation warnings so it's easier to upgrade to React 19.
We're not ready for the React 19 upgrade, but we can use 18.3 now, view those warnings and think about upgrading to 19 later.
@JGreenlee JGreenlee closed this Apr 26, 2024
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

Successfully merging this pull request may close these issues.

1 participant