Skip to content

Commit

Permalink
Merge pull request parkerdan#10 from stanislavkrsv/patch-1
Browse files Browse the repository at this point in the history
redux-logger  version 3.0 and above compatibility
  • Loading branch information
parkerdan authored Jul 31, 2017
2 parents c67ec4e + 978e587 commit 8b3e194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { TabBar, tabBarReducer } from './tabBar/navigationConfiguration'

// Middleware
const middleware = () => {
return applyMiddleware(logger())
return applyMiddleware(logger)
}

export default createStore(
Expand Down

0 comments on commit 8b3e194

Please sign in to comment.