Skip to content

Commit 95cfdf6

Browse files
authored
Fix #172 (#173)
This rollsback the bump up to react-router v3, which messed up lazy-loading on the client. More investigation needed.
1 parent ae3be8b commit 95cfdf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"react-dom": "^15.2.1",
5353
"react-helmet": "^3.1.0",
5454
"react-redux": "^4.4.0",
55-
"react-router": "^3.0.0",
55+
"react-router": "^2.0.0",
5656
"redial": "^0.4.1",
5757
"redux": "^3.3.1",
5858
"redux-thunk": "^2.1.0",

0 commit comments

Comments
 (0)