mapbox-gl-js version:
0.53.0
browser:
Chrome 65 or earlier version. Could be reproduced both on Win10 and Mac OS Mojave.
Starting Chrome 66 can't reproduce error.
https://docs.mapbox.com/mapbox-gl-js/example/simple-map/
No JS errors in console.
Uncaught TypeError: e is not a function at vu.receive (actor.js94) errors in browser console.

Also reported here with specific information on the cause of this bug: https://github.com/mapbox/mapbox-gl-js/issues/7905#issue-410354816
I believe the bug was introduced in https://github.com/mapbox/mapbox-gl-js/commit/913d3752444556d72460d1060048c9b428ef1715
cc @mourner
I believe the bug was introduced in 913d375
Nope — I ran git bisect while testing on older Chrome (using these instructions), and the culprit is #7818 (cc @kkaefer). Which is plausible given changes in the actor.js code, although I have no idea what changed in Chrome v66+ that made the bug disappear.
Fixed in #7988. Looks like IE11 was affected too.
Most helpful comment
Fixed in #7988. Looks like IE11 was affected too.