From e58d866f164cbf3088f2ef773adb2d050f9be7e5 Mon Sep 17 00:00:00 2001 From: Alexander Khoroshikh <32790736+AlexandrHoroshih@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:35:22 +0700 Subject: [PATCH] Update .changeset/thick-terms-hear.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Igor Kamyşev --- .changeset/thick-terms-hear.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/thick-terms-hear.md b/.changeset/thick-terms-hear.md index cb89a324..e50f8061 100644 --- a/.changeset/thick-terms-hear.md +++ b/.changeset/thick-terms-hear.md @@ -2,7 +2,7 @@ '@withease/redux': minor --- -This PR adds a new overload for the `createReduxIntegration` - without explicit `reduxStore`, which allows you to pass the Store via `setup` event later. +Add 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.