diff --git a/src/store.ts b/src/store.ts index 8fbbaf36..d54b1829 100644 --- a/src/store.ts +++ b/src/store.ts @@ -291,7 +291,7 @@ export default function Store( if (config.hasOwnProperty('usePersistence')) { this.SDKConfig.usePersistence = config.usePersistence; } else { - this.SDKConfig.usePersistence = false; + this.SDKConfig.usePersistence = true; } if (config.hasOwnProperty('maxProducts')) {