Closed matik12 closed 7 years ago
@jdanyow Any chance you can look into this?
@EisenbergEffect do you think we should update our polyfills to fix this issue?
https://github.com/zloirock/core-js/issues/76
https://github.com/paulmillr/es6-shim/commit/cee098d1cb451540e1e8f5341180964bbb66c66d
Seems like it. Any idea if it's a small fix?
+1 Same as @mikeesouth noted on #22, we're not seeing this in current releases of Chrome or Firefox. Only on IE 11 (we're using 11.0.9600.18617) 100% of the time as well.
Using aurelia-polyfills@1.2.1
Any updates on this?
I just noticed @doubleaa93 made the PR, I will skip my PR. Sorry for the delay.
Thanks a lot @doubleaa93! Any chance to get this PR merged soon?
We'll get it out this week :)
@EisenbergEffect Thanks a lot!
Merged fix. Releasing in a few minutes.
I'm submitting a bug report
Library Version: aurelia-polyfills@1.1.1
Browser: IE 11 - 11.672.10586.0
Language: TypeScript 2.1
Current behavior: After adding Power Bi which creates an iframe underneath, I can still see following errors in console multiple times:
This is simple repro project using power bi client library. First install dependencies npm i and then run app i.e. gulp watch. PowerBi token can expire, so please obtain new one -> more info in src/powerbi.ts file. Polyfills-Repro.zip