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 07bce7e commit a5106aaCopy full SHA for a5106aa
src/LeanplumInternal.ts
@@ -313,6 +313,7 @@ export default class LeanplumInternal {
313
Constants.DEFAULT_KEYS.USER_ID,
314
Constants.DEFAULT_KEYS.DEVICE_ID,
315
Constants.DEFAULT_KEYS.TOKEN,
316
+ Constants.DEFAULT_KEYS.MIGRATION_STATE,
317
].includes(key))
318
.forEach(key => StorageManager.remove(key))
319
0 commit comments