MobX v5.7.0 Release Notes

    • ⬆️ Upgraded typings to TypeScript 3
    • 🛠 Fixed #1742, change detection fails when multiple mobx instances were active.
    • 🛠 Fixed #1624, use built-in flow types for iterators
    • ⏪ Fixed #1777 through #1826, stack overflow exception, in development mode, when using @computed on a React component. The MobX 5 behavior here has been reverted to the MobX 4 behavior.