mobx-react v4.4.0 Release Notes

    • ⚡️ Observer now supports render props, render and inject. See the updated readme. By ZiYingMai through #403
    • 🛠 Fixed: NaN is now considered to be equal to NaN when doing reconciliation. Fixes #363, by Andrew Branch through #402
    • Improved typings of Observer component, by Rafał Filipek through #376
    • 🛠 Fixed incorrect generation of component name, by Andy Kogut through #368
    • ⬆️ Lot of internal repo upgrades: Test suite is now in Jest, Prettier is used etc.