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 997eeb7 commit d4e4492Copy full SHA for d4e4492
src/local-cache/index.js
@@ -9,7 +9,7 @@ export default class LocalCache {
9
constructor(app) {
10
this.app = app
11
12
- this.storageName = `${STORAGE_KEY_NAMESPACE}_${this.app.applicationId}`
+ this.storageName = `${STORAGE_KEY_NAMESPACE}_${this.app.appId}`
13
14
const Storage = Utils.isLocalStorageSupported
15
? LocalStorage
0 commit comments