Mobx 4.9.1 breaks IE11 compatibility
See original GitHub issueCode in question:
ObservableSet$$1.prototype[Symbol.iterator] = function () {
return this.values();
};
Error: Symbol’ is undefined
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:11 (5 by maintainers)
Top Results From Across the Web
README · MobX
MobX is made possible by the generosity of the sponsors below, and many other individual backers. Sponsoring directly impacts the longevity of this...
Read more >Package Diff: mobx @ 5.9.0 .. 5.9.4
+* Fixed `observable.set` compatibility with IE 11, ... accidental use of `Symbol` breaking Internet Explorer / React Native compatibility. +. +# 4.9.1.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.