MobX v5.13.0 Release Notes

    • 🛠 Fixed potential memory leak in observable maps, when non-primitive values are used as keys. Fixes #2031 through #2032.
    • 🛠 Added support to store additional non-observable(!) fields (string or symbol based) on array, to better reflect behavior of MobX 4. Fixes #2044 through #2046