// backlist your reducer, combineReducer({ isLoggingIn, ... }) const persistConfig = { key: 'auth', storage: storage, blacklist: ['isLoggingIn'] };