Skip to content

Commit

Permalink
fix(redux): import "createLocation" from "history"
Browse files Browse the repository at this point in the history
Fix:: #831
  • Loading branch information
toomuchdesign committed Mar 19, 2019
1 parent f181c9b commit 14d3d6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/redux/action-creator-dispatcher/mixin.server.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// eslint-disable-next-line import/no-internal-modules
const { createLocation } = require('history/LocationUtils');
const { createLocation } = require('history');
const {
strategies: {
sync: { sequence },
Expand Down

0 comments on commit 14d3d6c

Please sign in to comment.