Skip to content

Commit

Permalink
refactor(configureStore): add $FlowFixMe to composeEnhancers
Browse files Browse the repository at this point in the history
  • Loading branch information
aneurysmjs committed Jun 3, 2019
1 parent a42c64e commit 67a8832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/store/configureStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const devtools =
typeof window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ === 'function' &&
// when the extension is not installed, we’re using Redux compose here.
window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__({ actionsBlacklist: [] });
//
// $FlowFixMe
const composeEnhancers: StoreEnhancer<State, Actions, Dispatch<Actions>> = devtools || compose;

function configureStore() {
Expand Down

0 comments on commit 67a8832

Please sign in to comment.