-
Notifications
You must be signed in to change notification settings - Fork 519
'WeakMap' is undefined #891
Comments
If you need IE10 support, please install core-js/shim as described here: #854 (comment) As for making things work out of the box, we have an issue tracking IE9-11 support here: #484 |
@SteveSandersonMS Thanks for your replied. I installed |
@im1dermike Then I don't know why that would happen - it should be possible to resolve |
@SteveSandersonMS Should I be running:
as described in Issue 854 or
|
Ah yes, that's it - it's |
@SteveSandersonMS Oof. Now I'm getting the following error in IE:
Works fine in other browsers. Anything you can do to point me in the right direction? |
I can confirm the issue with IE. Following the shim installation, DI error is in place. Looking forward for possible solution. |
I just tried to open up my application generated using this tool in IE10 and I get the following error in my browser console:
It seems to trace to this thread, but the only references to "WeakMap" in this solution is in
\dist\main-client.js
and\dist\vendor.js
so I'm unclear on how to resolve it.The text was updated successfully, but these errors were encountered: