-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(configureStore): add support for
devTools
option accepting `En…
…hancerOptions` (#130) * feat(configureStore): add support for `devTools` option accepting `EnhancerOptions` 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 #40 * docs(configureStore): update doc entry for `devTools` option * Fix lint command * Bum Prettier version * Fix formatting * Tweak devtools options docs for clarity
- Loading branch information
1 parent
4da8c59
commit ad0c248
Showing
7 changed files
with
2,843 additions
and
3,330 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.