Uncaught ReferenceError: $ is not defined
lbergelson opened this issue · 6 comments
I noticed that the code coverage is only showing up sporadicly on pull requests. I'm not sure why I see it sometimes and why sometimes I don't. I looked in the console and it seems like there's an error in one of the codecov listening scripts though. Googling around makes it sound like it might be problem with jquery not being available.
I'm seeing this as well.
I'm seeing this too. Likely needs to add an additional check for typeof $ === "undefined"
Yeah me too :(
Me too
...or simply remove usage of jQuery entirely, as addEventListener and postMessage are widely supported now.
@stevepeak Would you accept a PR on this? I proposed the change in #58
I hope this will be fixed. We're paying for your service and we don't even get a response from you.