MobX v5.13.1 Release Notes

    • 🛠 Don't use global and self keywords unless defined. Fixes #2070.
    • 🛠 onBecome(Un)Observed didn't trigger when using number as key of observable map. Fixes #2067.
    • Exposed _startAction and _endAction to be able to start and action and finish it without needing a code block. This is low level stuff you shouldn't need that's mostly useful for library creators.