Skip to content

Commit

Permalink
Merge pull request #275 from OfficeDev/zhihuan/fix_react
Browse files Browse the repository at this point in the history
fix: react app hangs after hot reload
  • Loading branch information
hund030 committed Feb 16, 2022
2 parents ebe6236 + 95d06da commit 69a3d99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions hello-world-tab-with-backend/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"msteams-react-base-component": "^3.1.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.1.2"
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.3"
},
"devDependencies": {
"@types/jest": "^26.0.15",
Expand All @@ -20,7 +21,7 @@
"@types/react-dom": "^16.9.12",
"@types/react-router-dom": "^5.1.7",
"env-cmd": "^10.1.0",
"react-scripts": "^4.0.3",
"react-error-overlay": "6.0.9",
"typescript": "^4.1.2"
},
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions hello-world-tab/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"msteams-react-base-component": "^3.1.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.1.2"
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.3"
},
"devDependencies": {
"@types/jest": "^26.0.15",
Expand All @@ -20,7 +21,7 @@
"@types/react-dom": "^16.9.12",
"@types/react-router-dom": "^5.1.7",
"env-cmd": "^10.1.0",
"react-scripts": "^4.0.3",
"react-error-overlay": "6.0.9",
"typescript": "^4.1.2"
},
"scripts": {
Expand Down

0 comments on commit 69a3d99

Please sign in to comment.