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

Cannot read property match of undefined (v2.16.0) #591

Closed
albertogasparin opened this issue Nov 28, 2018 · 5 comments
Closed

Cannot read property match of undefined (v2.16.0) #591

albertogasparin opened this issue Nov 28, 2018 · 5 comments

Comments

@albertogasparin
Copy link

After updating the extension I have this error triggered when I manually call send():

image

The code that calls send is available here:
https://github.com/albertogasparin/react-adone/blob/master/src/enhancers/devtools.js

The issue appeared today, with v2.16.0

@saadbinsaeed
Copy link

There is a bug in 2.16.0 you can revert it back to the previous version v2.15.5

  • Download redux-devtool-extension
  • Extract the zip
  • Type chrome://extensions into the url
  • toggle on developer mode on the top right of the page.
  • Click on the Load Unpacked button. After clicking the button, Select the extracted folder.

Hope it will help :)

@zalmoxisus
Copy link
Owner

2.16.1 is available on Crome Store. Please let me know if it helps.

@pawelas
Copy link

pawelas commented Nov 28, 2018

@zalmoxisus 2.16.1 seems to fix the issue for me

zalmoxisus added a commit that referenced this issue Nov 28, 2018
zalmoxisus added a commit that referenced this issue Nov 28, 2018
@zalmoxisus
Copy link
Owner

@albertogasparin thanks for the example, I enabled the extension and the commits above fixed the issue. However after reloading the app, it ignore the extension. Could you please try if 2.16.3 fixes the issue before I ship it to Chrome Store? Unzip extension.zip, type chrome://extensions and turn on developer mode from top left and then click on Load Unpacked and select the extracted folder for use.

@zalmoxisus
Copy link
Owner

Published 2.16.3 which includes the fix for this issue, and it's available now on Chrome Store.

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

4 participants