Skip to content

Commit

Permalink
🚀 Fix: 리덕스 Persist 화이트리스트 복구
Browse files Browse the repository at this point in the history
  • Loading branch information
romantech committed Nov 10, 2021
1 parent ab97833 commit faf48fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Modules/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ enableES5();
const persistConfig = {
key: 'root',
storage,
// whitelist: ['beerListReducer', 'listColumnReducer', 'favoriteListReducer'],
whitelist: [],
whitelist: ['beerListReducer', 'listColumnReducer', 'favoriteListReducer'],
// whitelist: [],
};

const rootReducer = combineReducers({
Expand Down

1 comment on commit faf48fa

@vercel
Copy link

@vercel vercel bot commented on faf48fa Nov 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.