mobx-react v5.2.0 Release Notes

    • ๐Ÿ‘ Added backward compatible support for MobX 5.
    • ๐Ÿ‘€ Fixed components sometimes being displayed as undefined in mobx-devtools. See #470 by @MauricioAndrades
    • ๐Ÿ‘ Removed unnecessary warning @observer was used both on a sub and super class. See #492 by @skiritsis. N.B. putting @observer on a super and subclass is still not an supported pattern, use @observer on subclasses only!