reset all stores, remove old ones

This commit is contained in:
jeffvli
2025-11-30 18:30:57 -08:00
parent 286651c1b3
commit 65c54655ff
11 changed files with 24 additions and 1190 deletions
+5 -1
View File
@@ -1308,10 +1308,14 @@ export const useSettingsStore = createWithEqualityFn<SettingsSlice>()(
});
}
if (version <= 11) {
return {};
}
return persistedState;
},
name: 'store_settings',
version: 11,
version: 12,
},
),
);