angular-redux / store

Angular 2+ bindings for Redux
MIT License
1.34k stars 205 forks source link

`window.devToolsExtension` is deprecated in favor of `window.__REDUX_… #549

Open naorvilensky opened 5 years ago

naorvilensky commented 5 years ago

…DEVTOOLS_EXTENSION__`, and will be removed in next version of Redux DevTools

Changing the 'devToolsExtension' to 'REDUX_DEVTOOLS_EXTENSION' in light of deprecation in the next version of redux devtools

YoanDesforges commented 3 years ago

Any news regarding this? My OCD wants this warning to go away. Thanks