letters-social icon indicating copy to clipboard operation
letters-social copied to clipboard

Redux dev tools configuration

Open artem9 opened this issue 2 years ago • 0 comments

https://github.com/react-in-action/letters-social/blob/a841bd1c0f6ad8a910a74f076f3d079a6790756c/src/store/configureStore.dev.js#L19-L21

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

artem9 avatar May 07 '22 15:05 artem9