-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Mobx 4.9.1 breaks IE11 compatibility #1878
Comments
Mobx 4.8.0 works as expected |
Can confirm, this assignment in observableset.ts should check typeof Symbol like observablearray.ts. Personally I polyfill anyway because of array helpers and Fetch API etc, but MobX already has the fallback in a few places so for consistency it can be moved to a constant. @mweststrate please respond whether I should make a pull request or you meant to start removing the fallbacks. |
Mobx v4 is documented to be ES5 complaint. So this must be bug |
Yes this is a bug as and a result of backporting Set. Symbol should be
polyfilled in observableset exactly the same as in obseevablemap.
Op wo 23 jan. 2019 18:37 schreef Sampo Kivistö <[email protected]>:
… Mobx v4 is documented to be ES5 complaint. So this must be bug
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1878 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABvGhGacck8jfodiTWfN_tw-4y41k9TSks5vGJ30gaJpZM4aOktT>
.
|
Now it failed to |
Curious, how did you automate IE tests? We could use that 😊
Op vr 25 jan. 2019 16:37 schreef Sampo Kivistö <[email protected]>:
… Travis Logs:
https://travis-ci.org/infernojs/inferno/jobs/484400988
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#1878 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABvGhNbbYjBNW51xzGsTrOElRVaP4p6Jks5vGySqgaJpZM4aOktT>
.
|
The test that failed, does it use Sets?
Op vr 25 jan. 2019 22:26 schreef Michel Weststrate <[email protected]>:
… Curious, how did you automate IE tests? We could use that 😊
Op vr 25 jan. 2019 16:37 schreef Sampo Kivistö ***@***.***>:
> Travis Logs:
> https://travis-ci.org/infernojs/inferno/jobs/484400988
>
> —
> You are receiving this because you modified the open/close state.
>
>
> Reply to this email directly, view it on GitHub
> <#1878 (comment)>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/ABvGhNbbYjBNW51xzGsTrOElRVaP4p6Jks5vGySqgaJpZM4aOktT>
> .
>
|
Updating to 4.9.2 has broken my webpack build with typescript error:
Reverting to 4.9.1 fixes this. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs or questions. |
Code in question:
Error:
Symbol' is undefined
The text was updated successfully, but these errors were encountered: