use react 18 concurrent mode

This commit is contained in:
MapleLeaf
2021-12-31 16:36:03 -06:00
committed by Darius
parent e64d3cbdfd
commit 9afb8e47d2
3 changed files with 70 additions and 18 deletions

View File

@@ -10,8 +10,8 @@
"dependencies": {
"express": "^4.17.2",
"reacord": "workspace:*",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.0.0-rc.0",
"react-dom": "^18.0.0-rc.0",
"react-head": "^3.4.0",
"react-router-dom": "^6.2.1"
},