Skip to content

Commit

Permalink
Freeze react-hot-loader at 4.1.2 because of hot-reload problem
Browse files Browse the repository at this point in the history
From 4.1.3 up to at least 4.2.0, hot reload fails with a reference error for const `instanceId` in `WrappedLifecyclePanel` and `this.trace` definitions.

See issue gaearon/react-hot-loader#978
  • Loading branch information
Oblosys committed May 29, 2018
1 parent 5dce482 commit 9c02eb2
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 64 deletions.
105 changes: 42 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"node-sass": "^4.9.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-hot-loader": "^4.1.2",
"react-hot-loader": "4.1.2",
"sass-loader": "^7.0.1",
"webpack": "^4.7.0",
"webpack-cli": "^2.1.3",
Expand Down

0 comments on commit 9c02eb2

Please sign in to comment.