Skip to content

Instantly share code, notes, and snippets.

@sheff3rd
Created August 17, 2018 09:53
Show Gist options
  • Save sheff3rd/aabeceaff2bccfaf35e1f3031b3dca6d to your computer and use it in GitHub Desktop.
Save sheff3rd/aabeceaff2bccfaf35e1f3031b3dca6d to your computer and use it in GitHub Desktop.
Compose Enhancer
const composeEnhancers =
typeof window === "object" &&
window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ ?
window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__({
// Specify extension’s options like name, actionsBlacklist, actionsCreators, serialize...
}) : compose;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment