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

Commit 8596fa2

Browse files
committed
Revert "Parsing the query string on location change"
This reverts commit b29ba43
1 parent 66ff79b commit 8596fa2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/enhancer.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ export default ({ history, matchRoute, createMatcher }: EnhancerArgs) => (
7171
store.dispatch(
7272
locationDidChange({
7373
...location,
74-
...match,
75-
query: qs.parse(location.search)
74+
...match
7675
})
7776
);
7877
});

0 commit comments

Comments
 (0)