Skip to content

Instantly share code, notes, and snippets.

@vzaidman
Created November 24, 2020 11:05
Show Gist options
  • Save vzaidman/b9016cc6fab45e405a5424523fc3b902 to your computer and use it in GitHub Desktop.
Save vzaidman/b9016cc6fab45e405a5424523fc3b902 to your computer and use it in GitHub Desktop.
How to test two React versions
{
"private": true,
"description": "Used to test react 16",
"dependencies": {
"react": "^16.14.0",
"react-dom": "npm:@hot-loader/react-dom@^16.14.0",
"react-is": "^16.13.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment