We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e4433 commit 118006aCopy full SHA for 118006a
README.md
@@ -177,7 +177,7 @@ It is possible to inject extra arguments into async actions:
177
```javascript
178
import Store, { thunk } from 'repatch';
179
import api from './api';
180
-import hashHistory from 'react-router';
+import { hashHistory } from 'react-router';
181
182
const store = new Store(initialState)
183
.addMiddleware(thunk.withExtraArgument({ api, hashHistory }));
0 commit comments