zalmoxisus/redux-devtools-extension

TypeError: window.devToolsExtension is not a function

HadarHarush opened this issue · 2 comments

Bug in version 3.0.0.

window.devToolsExtension was renamed to window.__REDUX_DEVTOOLS_EXTENSION__ / window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ in 2.7 and was deprecated. It was then removed in 3.0.

Closing since this is resolved.