This repository was archived by the owner on Feb 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 339
0.10.8 broken #310
Comments
Thx for reporting. We are aware and working on a fix. Expect v0.10.9 soon 😁 |
This was referenced Mar 31, 2017
gkalpak
added a commit
to gkalpak/batarang
that referenced
this issue
Apr 2, 2017
Somewhere betwen v0.14.4 and v4.0.0, EventEmitter2 started being inconsistent wrt to the arguments passed to the `onAny()` listener; sometimes the `eventType` is passed as the first argument, sometimes it's not. This caused batarang to crash. This commit fixes it, by accounting for the fact that `eventType` might or might not be passed as a first argument. Fixes angular#310
gkalpak
added a commit
to gkalpak/batarang
that referenced
this issue
Apr 2, 2017
Somewhere between v0.14.4 and v4.0.0, `EventEmitter2` started being inconsistent wrt to the arguments passed to the `onAny()` listener; sometimes the `eventType` is passed as the first argument, sometimes it isn't. This caused batarang to crash. This commit fixes it, by accounting for the fact that `eventType` might or might not be passed as a first argument. Fixes angular#310
gkalpak
added a commit
to gkalpak/batarang
that referenced
this issue
Apr 2, 2017
Somewhere between v0.14.4 and v4.0.0, `EventEmitter2` started being inconsistent wrt to the arguments passed to the `onAny()` listener; sometimes the `eventType` is passed as the first argument, sometimes it isn't. This caused batarang to crash. This commit fixes it, by accounting for the fact that `eventType` might or might not be passed as a first argument. Fixes angular#310
Thanks for updating @gkalpak, glad to see Angular 1 tooling is still being maintained 😄 |
gkalpak
added a commit
to gkalpak/batarang
that referenced
this issue
Apr 4, 2017
Somewhere between v0.14.4 and v4.0.0, `EventEmitter2` started being inconsistent wrt to the arguments passed to the `onAny()` listener; sometimes the `eventType` is passed as the first argument, sometimes it isn't. This caused batarang to crash. This commit fixes it, by accounting for the fact that `eventType` might or might not be passed as a first argument. Fixes angular#310
v0.10.9 has been uploaded to the Chrome Web Store. Should be published in a few mins. |
Totally fixed my issue. Thanks @gkalpak ...that was a faster response than I ever expected 😄 |
Well, if you break it, you have to fix it 😉 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
OS: macOS 10.12.4
Chrome: 57.0.2987.133 (64-bit)
Batarang: 0.10.8
This extension was working fine until this morning when I assumed it updated to 0.10.8. I can examine scopes, but if I click the "Enable" checkbox in the AngularJS tab within the Chrome DevTools I get the following error many times and the extension crashes:
(probably separate issue) I following the Readme instructions to downgrade to 0.10.7 (after removing 0.10.8), but the AngularJS tab is just an empty page. I tried the Chrome Beta channel as well using 0.10.8, but I got the same JS error in the console.
The text was updated successfully, but these errors were encountered: