Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit 5b332a1

Browse files
committed
Fix typo in index.js: routeState to routing
1 parent 867b079 commit 5b332a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function syncReduxAndRouter(history, store) {
5858
// edge cases.
5959
if(routing.path !== locationToString(window.location) &&
6060
!routing.noRouterUpdate) {
61-
history.pushState(null, routeState.path);
61+
history.pushState(null, routing.path);
6262
}
6363
});
6464
}

0 commit comments

Comments
 (0)