MobX v3.1.3 Release Notes

Release Date: 2020-11-07 // over 3 years ago
    • 👀 Make sure that ObservableArray.replace can handle large arrays by not using splats internally. (See e.g. #859)
    • Exposed ObservableArray.spliceWithArray, that unlike a normal splice, doesn't use a variadic argument list so that it is possible to splice in new arrays that are larger then allowed by the callstack.