Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error with chrome extension support #5

Open
aleufroy opened this issue Mar 30, 2016 · 1 comment
Open

error with chrome extension support #5

aleufroy opened this issue Mar 30, 2016 · 1 comment

Comments

@aleufroy
Copy link

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.

aleufroy pushed a commit to aleufroy/freezer-redux-devtools that referenced this issue Mar 30, 2016
devToolsExtension() returns a mutator: function(next) {...} like
FreezerMiddle do. So we have to call it inside supportChromeExtension.
@aleufroy aleufroy changed the title error with chrome extension suppoer error with chrome extension support Mar 30, 2016
@zalmoxisus
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants