MobX v5.15.1 Release Notes

Release Date: 2019-12-14 // over 4 years ago
    • Make initial values of observable set accept readonly array #2202
    • 👍 Expose _allowStateReadsStart & _allowStateReadsEnd. This is low level stuff you shouldn't need that's mostly useful for library creators. #2233
    • ⚡️ Fixed an issue with observableRequiresReaction and updating observable during reaction #2195
    • 👀 Improved type inference for action #2213 (see detailed explanation)