We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2f569 commit 3c5ce2aCopy full SHA for 3c5ce2a
web/src/state/store.ts
@@ -533,8 +533,7 @@ const migrations = {
533
}
534
535
536
-const isEmbedded = getParsedIframeInfo().isEmbedded as unknown === 'true'
537
-const BLACKLIST = isEmbedded ? Object.keys(combineReducerInput) : ['billing', 'cache', userStateApi.reducerPath]
+const BLACKLIST = ['billing', 'cache', userStateApi.reducerPath]
538
539
const persistConfig = {
540
key: 'root',
0 commit comments