-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[email protected] does not work in IE11 #6380
Comments
Thank you for reporting! Definitely seems like a regression. |
It might be related to emberjs/ember.js#18208, which would require a |
I have pinned it down to Ember Data actually. When ever I upgrade Ember Data to v3.11/v3.12 |
@raido can you search and see if your |
Yes, there are few lines of Checked by running |
We should move this to the ember-data repo. @rwjblue RE RE |
also fwiw 3.12 is not yet LTS :P |
Ya, it should, but it isn't (and there are no |
(moved to emberjs/data) |
I am targeting IE11 (including Browserstack running tests with IE11). The |
https://github.com/emberjs/data/blob/63e13baf74ff97a3e08b6d7b1541a64695935316/packages/store/addon/-private/ts-interfaces/utils/brand.ts - basically this is the source of the issue I assume? |
It seems my testing with v3.11 was actually testing v3.12 anyway - #6378 - because of floating versions. |
I'll dig into it |
@runspired can we please get a |
@btecu sure, but I believe there is one symbol still not being stripped. |
The last Symbol to fix is present on master but not in v3.12. I still have to do the fix with WeakMap to solve the whole Symbol issue. I could port the current fix to 3.12 if you think it makes sense. |
@dcyriller lets port the current fix so that we can fix 3.12 then get back to the WeakMap fix |
3.12.1 with this fix has been released |
Unfortunately, I saw there's issue #6326 about this, not specific to IE. |
Steps to reproduce:
When trying to browse in IE, the page will stay blank and throw:
The text was updated successfully, but these errors were encountered: