MobX v3.3.2 Release Notes

    • 🛠 Fix bug where custom comparers could be invoked with undefined values. Fixes #1208
    • Make typings for observable stricter when using flow #1194, #1231
    • 🛠 Fix a bug where map.replace would trigger reactions for unchanged values, fixes #1243
    • 🛠 Fixed issue where NaN was considered unequal to NaN when a deep compare was made #1249