mirror of
https://github.com/bendtherules/react-hooks-with-class.git
synced 2026-08-19 00:33:52 +00:00
Fix react dep to 16.7.0-alpha.0 - hooks break in stable
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"react": "^16.7.0-alpha.0",
|
||||
"react-dom": "^16.7.0-alpha.0",
|
||||
"react": "16.7.0-alpha.0",
|
||||
"react-dom": "16.7.0-alpha.0",
|
||||
"react-scripts": "2.0.5"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user