We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199cf9d commit dc64c4dCopy full SHA for dc64c4d
README.md
@@ -78,7 +78,7 @@
78
typeof window === 'object' &&
79
window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ ?
80
window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__({
81
- name: 'MyApp', actionsBlacklist: ['REDUX_STORAGE_SAVE']
+ // Specify here name, actionsBlacklist, actionsCreators and other options
82
}) : compose;
83
84
const enhancer = composeEnhancers(
@@ -112,7 +112,7 @@
112
import { composeWithDevTools } from 'redux-devtools-extension';
113
114
const composeEnhancers = composeWithDevTools({
115
116
});
117
const store = createStore(reducer, composeEnhancers(
118
applyMiddleware(...middleware),
0 commit comments