question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot read property match of undefined (v2.16.0)

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
saadbinsaeedcommented, Nov 28, 2018

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 😃

0reactions
zalmoxisuscommented, Nov 28, 2018

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

"Cannot read property 'match' of undefined" during Npm install
6 Answers 6 · Open the npm debug log file that the cli provides you. (on Windows, under C:\Users\USERNAME\AppData\Roaming\npm-cache\_logs by ...
Read more >
NPM - Cannot read property "match" of undefined
While not a root-cause solution, a workaround is: Delete node_modules and package-lock. json.
Read more >
TypeError: Cannot read property 'match' of undefined
Another error comes: TypeError: Cannot read property 'match' of undefined. Basically I want to make a skill to show enemy's param and states ......
Read more >
Uncaught TypeError: Cannot read property 'close' of undefined
Hi,. I am using the package v19.1.0.58 with <script src="https://cdn.syncfusion.com/ej2/dist/ej2.min.js"></script>. I have two new issues using Diagram (see ...
Read more >
Cannot read property 'match' or undefined truffle console
I'm pretty sure you need to specify the to field in the data. So if you were to move funds from your coinbase...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found