Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(configureStore): add support for devTools option accepting EnhancerOptions #130

Merged
merged 6 commits into from
Apr 28, 2019

Commits on Apr 28, 2019

  1. feat(configureStore): add support for devTools option accepting `En…

    …hancerOptions`
    
    This is adding the code support for passing in `EnhancerOptions` from `redux-devtools-extension` for
    further customization.
    https://github.com/zalmoxisus/redux-devtools-extension/blob/master/docs/API/Arguments.md#windowdevtoolsextensionconfig
    
    fix reduxjs#40
    wldcordeiro authored and markerikson committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    e844cde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95bc244 View commit details
    Browse the repository at this point in the history
  3. Fix lint command

    markerikson committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    d0c5c70 View commit details
    Browse the repository at this point in the history
  4. Bum Prettier version

    markerikson committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    430ec0f View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    markerikson committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    6270fb9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8ce132 View commit details
    Browse the repository at this point in the history