MobX v4.1.1 Release Notes

    • 0️⃣ Import default from MobX will no longer throw, but only warn instead. This fixes some issues with tools that reflect on the default export of a module
    • 🛠 Disposing a spy listener inside a spy handler no longer causes an exception. Fixes #1459 through #1460 by farwayer
    • Added a missing runInAction overload in the flow typings. #1451 by AMilassin
    • 👀 Improved the typings of decorate. See #1450 by makepost