andrewvasilchuk / vue-lazy-youtube-video

Vue.js component for lazyloading YouTube videos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edge crash

drameryan opened this issue · comments

When loaded with edge browser, the whole application crashes with the following error:
SCRIPT1028: SCRIPT1028: Expected identifier, string or number

Even the demo code on codesandbox is not loaded on edge.https://codesandbox.io/s/x7nrwxq6qo

The problem happened with older versions of Edge. With the latest version it was resolved.

It's still failing on IE

@goatandsheep, Thanks, I will investigate. By the way, what's the version of vue-lazy-youtube-video do you use?

2.3.0

To be specific this is the error:

Expected ')'
vuejs-app-bundle.js (163683,45)

image

I suppose it might be from Vue.js configurations clashing? I'm not sure.

@andrewvasilchuk this is duplicated by my coworker in #32