Skip to content

Commit

Permalink
[feature/redux] Fix: Redux helpers client configuration (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
langpavel authored and koistya committed May 18, 2016
1 parent 2ea534e commit 9ecbcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function run() {
// Make taps on links and buttons work fast on mobiles
FastClick.attach(document.body);

context.store = configureStore(initialState);
context.store = configureStore(initialState, {});

// Re-render the app when window.location changes
const removeHistoryListener = history.listen(location => {
Expand Down

0 comments on commit 9ecbcbc

Please sign in to comment.