Created
August 17, 2018 09:53
-
-
Save technoch1ef/aabeceaff2bccfaf35e1f3031b3dca6d to your computer and use it in GitHub Desktop.
Compose Enhancer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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