jhen0409 / react-chrome-extension-boilerplate

Boilerplate for Chrome Extension React.js project
MIT License
2.14k stars 388 forks source link

Using Redux DevTools inside extensions is deprecated #75

Open Dottenpixel opened 7 years ago

Dottenpixel commented 7 years ago

Noticed this in my console today: Using Redux DevTools inside extensions is deprecated and won't be supported in the next major version. Please use https://github.com/zalmoxisus/remote-redux-devtools instead.

jhen0409 commented 7 years ago

https://github.com/zalmoxisus/redux-devtools-extension/issues/335 will explain this, we may revert it or do #65 in the future.