Created
April 2, 2020 18:51
-
-
Save jeremylenz/0e62e2a3ef6978e6d372697688078356 to your computer and use it in GitHub Desktop.
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
// redux index.js | |
// allow stack trace in Redux devtools for any Redux action | |
const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__({trace: true}) || compose; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment