IE 11 Erroring
-
I am seeing an IE11 JS error which stops Quasar from loading in the browser.
Specifically,
Object doesn’t support property or method 'bind’
Things look good in all the other main browsers.
I am using 0.17.15 and following the IE instructions.
It looks like WebPack related code is the culprit, specifically this line:
var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);
Perhaps we have something odd going on, but would appreicate a hint or two, if anyone can help.
-
-
Nevermind. I see you wrote you are following it in your other thread.
Scott
-
Yep, sorry, I didn’t mention me following the IE guideline here…
Let me know whether I just post it as a bug on Github.
-
Yeah. If you think it is a bug, start an issue. But to be honest, being it is in Webpack, there might not be anything to do from Quasar’s side.
Scott