Skip to content

Commit

Permalink
increment persistExtensionOptionsConfig version
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamlangford committed Oct 12, 2023
1 parent 322ee6c commit cdca321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/extensionsStorage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const persistExtensionOptionsConfig = {
// Change the type of localStorage to our overridden version so that it can be exported
// See: @/store/StorageInterface.ts
storage: localStorage as StorageInterface,
version: 2,
version: 3,
// https://github.com/rt2zz/redux-persist#migrations
migrate: createMigrate(migrations, { debug: boolean(process.env.DEBUG) }),
};

0 comments on commit cdca321

Please sign in to comment.