diff --git a/.changeset/thick-terms-hear.md b/.changeset/thick-terms-hear.md index 1211e0a8..cb89a324 100644 --- a/.changeset/thick-terms-hear.md +++ b/.changeset/thick-terms-hear.md @@ -2,4 +2,7 @@ '@withease/redux': minor --- -Added "Async Setup" feature +This PR adds a new overload for the `createReduxIntegration` - without explicit `reduxStore`, which allows you to pass the Store via `setup` event later. + +This helps to avoid dependency cycles, but at a cost: +The type support for `reduxInterop.$state` will be slightly worse and `reduxInterop.dispatch` will be no-op (and will show warnings in console) until interop object is provided with Redux Store.