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 09bec52 commit 18d08beCopy full SHA for 18d08be
app/persist.js
@@ -29,6 +29,7 @@ function persistStore (store, transform) {
29
if (config.hasRehydrated) {
30
mainStore.setItem(`${config.spaceKey}.${config.globalKey}`, transformedStore)
31
mainStore.setItem(`${config.spaceKey}.${config.globalKey}.plugins`, transformedPluginStore)
32
+ resolve(true)
33
} else {
34
const tasks = [
35
mainStore.getItem(`${config.spaceKey}.${config.globalKey}`),
0 commit comments