Skip to content

Commit

Permalink
Update .changeset/thick-terms-hear.md
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Kamyşev <[email protected]>
  • Loading branch information
AlexandrHoroshih and igorkamyshev authored Mar 8, 2024
1 parent b78357e commit e58d866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/thick-terms-hear.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e58d866

Please sign in to comment.