We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad8361 commit 4e08adeCopy full SHA for 4e08ade
package.json
@@ -7,7 +7,7 @@
7
"react": "^16.13.1",
8
"react-dom": "^16.13.1",
9
"react-router-dom": "^5.2.0",
10
- "react-scripts": "3.4.3"
+ "react-scripts": "^4.0.0"
11
},
12
"scripts": {
13
"start": "react-scripts start",
tsconfig.json
@@ -17,7 +17,8 @@
17
"resolveJsonModule": true,
18
"isolatedModules": true,
19
"noEmit": true,
20
- "jsx": "react"
+ "jsx": "react",
21
+ "noFallthroughCasesInSwitch": true
22
23
"include": [
24
"src"
0 commit comments