Skip to content

Instantly share code, notes, and snippets.

@jeremylenz
Created April 2, 2020 18:51
Show Gist options
  • Save jeremylenz/0e62e2a3ef6978e6d372697688078356 to your computer and use it in GitHub Desktop.
Save jeremylenz/0e62e2a3ef6978e6d372697688078356 to your computer and use it in GitHub Desktop.
// 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