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
StoreSetup should return a store builder rather than construct stores itself, as this allows plugin libraries to extend the builder with additional store configuration options (e.g. middleware).
StoreSetupshould return a store builder rather than construct stores itself, as this allows plugin libraries to extend the builder with additional store configuration options (e.g. middleware).