-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Description
letters-social/src/store/configureStore.dev.js
Lines 19 to 21 in a841bd1
| typeof window !== 'undefined' && window.devToolsExtension | |
| ? window.devToolsExtension() | |
| : f => f |
The official extension page says:
Note that starting from v2.7, window.devToolsExtension was renamed to window.REDUX_DEVTOOLS_EXTENSION / window.REDUX_DEVTOOLS_EXTENSION_COMPOSE.
For the basic usage we can use the following configuration:
typeof window !== 'undefined' && window.__REDUX_DEVTOOLS_EXTENSION__ ? window.__REDUX_DEVTOOLS_EXTENSION__() : f => f
Metadata
Metadata
Assignees
Labels
No labels