kea v2.4.0 Release Notes

Release Date: 2021-05-02 // almost 3 years ago
    • Possibly Breaking: Changed the default path for logic without a path (or when not using the kea babel plugin) from kea.inline to kea.logic. If you have ever hardcoded "kea.inline" anywhere, perhaps in tests, this will cause a bit of headache. If you need it set at kea.inline, use resetContext({ defaultPath: ['kea', 'inline'] }).
    • ➕ Added <Provider /> tag to simplify calling React-Redux's <Provider store={getContext().store} />.
    • 🛠 Fixed crashes with React Fast Refresh.