andrewvasilchuk / vue-lazy-youtube-video

Vue.js component for lazyloading YouTube videos.
MIT License
102 stars 21 forks source link

Edge crash #18

Closed drameryan closed 4 years ago

drameryan commented 4 years ago

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

drameryan commented 4 years ago

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

goatandsheep commented 3 years ago

It's still failing on IE

andrewvasilchuk commented 3 years ago

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

goatandsheep commented 3 years ago

2.3.0

goatandsheep commented 3 years ago

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.

goatandsheep commented 3 years ago

@andrewvasilchuk this is duplicated by my coworker in #32