arqex / freezer-redux-devtools

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

error with chrome extension support #5

Open aleufroy opened 8 years ago

aleufroy commented 8 years ago

Hi,

I got the following error when using 'supportChromeExtension'

Uncaught TypeError: Cannot read property 'dispatch' of undefined.

I'm using Redux DevTools 1.0.0.17.

Looking for the code, it seems that window.devToolsExtension should be called.

zalmoxisus commented 8 years ago

Yes, that was deprecated several months ago, as now it is possible to send additional parameters to the extension.