Skip to content

Commit

Permalink
hotfix redux compose
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunmehta94 committed Apr 20, 2016
1 parent 5133ddb commit 72bb297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/store/appStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import rootReducer from '../reducers'

export default function configureStore(initialState) {
const store = createStore(rootReducer, initialState, compose(
window.devToolsExtension ? window.devToolsExtension() : undefined
window.devToolsExtension ? window.devToolsExtension() : _ => _
));

if (module.hot) {
Expand Down

0 comments on commit 72bb297

Please sign in to comment.