Skip to content

Instantly share code, notes, and snippets.

@wojtekmaj
Last active May 15, 2024 19:50
Show Gist options
  • Save wojtekmaj/f24adff53f83736073fec2556ce9bce2 to your computer and use it in GitHub Desktop.
Save wojtekmaj/f24adff53f83736073fec2556ce9bce2 to your computer and use it in GitHub Desktop.
React 19 compatibility quick test
npm pkg set resolutions.'@types/react'='npm:types-react@rc'
npm pkg set resolutions.'@types/react-dom'='npm:types-react-dom@rc'
yarn config set enableImmutableInstalls false
yarn up react@rc react-dom@rc
git switch -c react-19
npm pkg set resolutions.'@types/react'='npm:types-react@rc'
npm pkg set resolutions.'@types/react-dom'='npm:types-react-dom@rc'
yarn up react@rc react-dom@rc
yarn test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment