-
Notifications
You must be signed in to change notification settings - Fork 30
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 'shift' of undefined #30
Comments
Thanks for reporting. Just to add probably related to Linux only. Seems to work on my Mac 10.11.6. |
Was able to reproduce it under Mac as well. The root cause for this error is protocol mismatch between Chrome ~54.0.2810.2 and embedded DevTools in Dirac Extensions v0.6.2. Version 0.6.2 worked with Chrome around ~54.0.2793.0. Unfortunately Chrome is in flux right now due to major debugging protocol changes related to V8 debugging support. This issue will resolve itself with next Dirac release. |
Thanks for investigating! Do you think a downgrade would solve? |
I don't know where to get specific versions of Chrome Canary. I will release a hotfix Dirac over the weekend. It will work with today's Canary (at least for few days :) |
Thanks that sounds perfect! |
Should be fixed now in v0.6.3. |
Confirmed working with Chrome 54.0.2813 on Mac. Thanks! |
Here is the issue as discussed on Slack, evaluating any form throws:
This happens with
0.6.2
and Google Chrome54.0.2810.2 dev (64-bit)
The text was updated successfully, but these errors were encountered: