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} />.
2.4.0 - 2021-05-02
path
(or when not using the kea babel plugin) fromkea.inline
tokea.logic
. If you have ever hardcoded"kea.inline"
anywhere, perhaps in tests, this will cause a bit of headache. If you need it set atkea.inline
, useresetContext({ defaultPath: ['kea', 'inline'] })
.<Provider />
tag to simplify calling React-Redux's<Provider store={getContext().store} />
.