Skip to content

Commit

Permalink
Fix react-scripts build error
Browse files Browse the repository at this point in the history
./src/components/PageWrapper.js
TypeError: Cannot read property 'forEach' of undefined

was being thrown during build. According to a github issue downgrading is the solution

facebook/create-react-app#7753
  • Loading branch information
studioromeo committed Sep 30, 2019
1 parent 1d8b56a commit 27c62b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -40,7 +40,7 @@
"react-dom": "^16.5.2",
"react-helmet": "^5.2.0",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.0.1"
"react-scripts": "3.0.1"
},
"devDependencies": {
"autoprefixer": "^9.6.1",
Expand Down

0 comments on commit 27c62b0

Please sign in to comment.