Skip to content

Commit 9c02eb2

Browse files
committed
Freeze react-hot-loader at 4.1.2 because of hot-reload problem
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
1 parent 5dce482 commit 9c02eb2

File tree

2 files changed

+43
-64
lines changed

2 files changed

+43
-64
lines changed

package-lock.json

Lines changed: 42 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"node-sass": "^4.9.0",
7575
"react": "^16.4.0",
7676
"react-dom": "^16.4.0",
77-
"react-hot-loader": "^4.1.2",
77+
"react-hot-loader": "4.1.2",
7878
"sass-loader": "^7.0.1",
7979
"webpack": "^4.7.0",
8080
"webpack-cli": "^2.1.3",

0 commit comments

Comments
 (0)