Created
November 24, 2020 11:05
-
-
Save vzaidman/b9016cc6fab45e405a5424523fc3b902 to your computer and use it in GitHub Desktop.
How to test two React versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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