You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only way to retrieve the state and the dispatch is to use the useEntitiesOptionsStorage hook, but that would mean that if I have to consume one of the two mentioned above I have to pass them and that requires additional parameters we can avoid if we allow the components and other hooks to access the state and dispatch directly by calling useEntitiesOptionsStorage.
The text was updated successfully, but these errors were encountered:
Currently the only way to retrieve the
state
and thedispatch
is to use theuseEntitiesOptionsStorage
hook, but that would mean that if I have to consume one of the two mentioned above I have to pass them and that requires additional parameters we can avoid if we allow the components and other hooks to access thestate
anddispatch
directly by callinguseEntitiesOptionsStorage
.The text was updated successfully, but these errors were encountered: