diff --git a/src/store/transforms.ts b/src/store/transforms.ts index ff67584549..b8622cbe89 100644 --- a/src/store/transforms.ts +++ b/src/store/transforms.ts @@ -85,6 +85,7 @@ export const cacheTransform = createTransform( (inboundState: CacheState) => ({ ...INITIAL_CACHE_STATE, userStates: clearNonFinishedStates(inboundState.userStates), + feedByCommonIdStates: inboundState.feedByCommonIdStates, }), (outboundState: CacheState) => outboundState, { whitelist: ["cache"] },