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
Right. Current Provider can only do store. Depending on how much demand there is for that feature, we should either fully implement the Provider half of it, or just remove it completely.
connect
allows the user to set a customstoreKey
, which is interesting when we have multiple store.But the
<Provider>
component doesn't allow to set a custom store key. So doesconnect()
only work when using the store as prop instead of context?Will it make sense to add a function to create a custom provider using a specific store key as well?
The text was updated successfully, but these errors were encountered: