MobX v5.8.0 Release Notes

    • MobX now requires TypeScript 3 (this was already the case in 5.7.0, but in this version the difference is actually noticeable in the typings).
    • 🛠 Fixed array dehancer sometimes skipping. Fixes #1839 through #1841 by k-g-a
    • 🛠 Fixed issue where webpack 4 wouldn't use the ESM module #1834 by mrtnbroder
    • 🛠 Improved type inference for flow in TypeScript 3. Fixes #1816 through #1825 by ismailhabib
    • Introduced support for global environment variable IGNORE_MOBX_MINIFIY_WARNING=true to skip the built-in minification warning. See #1835 by fi3ework
    • 🛠 Fixed onBecome(Un)Observed dispoer cleanup. Fixes #1537 through #1833 by fi3ework