MobX v3.1.10 Release Notes

    • ๐Ÿ›  Fixed flow typings for when, by @jamsea
    • Add flow typings for map.replace, by @leader22
    • Added observableArray.findIndex, by @leader22
    • ๐Ÿ‘ Improved typings of autorun / autorunAsync to better support async / await, by @capaj
    • ๐Ÿ‘€ Fixed typings of action.bound, see #803