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
constreducer=combineReducers({auth: authReducer});// Using Combine Reducers here although only one reducer is present.
12
13
// Official explaination here: https://react-redux.js.org/using-react-redux/connect-mapstate#mapstatetoprops-will-not-run-if-the-store-state-is-the-same
@@ -18,7 +19,9 @@ const store = createStore(reducer, composeEnhanced(applyMiddleware(thunk))); //
0 commit comments