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
Redux Toolkit is the recommended way of using (or at least start using) Redux nowadays. Redux Toolkit has its own version of createStore function called configureStore. It's a problem because logux/redux's createStoreCreator know nothing about it and there is no way to set it explicitly.
The text was updated successfully, but these errors were encountered:
Redux Toolkit is the recommended way of using (or at least start using) Redux nowadays. Redux Toolkit has its own version of
createStore
function calledconfigureStore
. It's a problem because logux/redux'screateStoreCreator
know nothing about it and there is no way to set it explicitly.The text was updated successfully, but these errors were encountered: