Skip to content

Commit

Permalink
Merge branch 'dev' into feature/CW-2356-optimize-breadcrumbs-loading
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/store/store.tsx
  • Loading branch information
andreymikhadyuk committed Nov 29, 2023
2 parents 501e159 + 30edd7d commit 4f859ed
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/store/store.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import rootReducer from "./reducer";
import appSagas from "./saga";
import {
inboxTransform,
lastCommonFromFeedTransform,
cacheTransform,
multipleSpacesLayoutTransform,
} from "./transforms";
Expand All @@ -38,12 +37,7 @@ const persistConfig: PersistConfig<AppState> = {
"multipleSpacesLayout",
],
stateReconciler: autoMergeLevel2,
transforms: [
inboxTransform,
lastCommonFromFeedTransform,
cacheTransform,
multipleSpacesLayoutTransform,
],
transforms: [inboxTransform, cacheTransform, multipleSpacesLayoutTransform],
};

const sagaMiddleware = createSagaMiddleware();
Expand Down

0 comments on commit 4f859ed

Please sign in to comment.