arqex / freezer-redux-devtools

A bind to use redux-devtools in freezer-js apps.
MIT License
17 stars 4 forks source link

fix supportChromeExtension with redux devtools 1.0.0.17 (issue #5) #6

Open aleufroy opened 8 years ago

aleufroy commented 8 years ago

devToolsExtension() returns a mutator: function(next) {...} like FreezerMiddle do. So we have to call it inside supportChromeExtension.

mikekellyio commented 7 years ago

This change fixed devTools for me 👍