Skip to content

Commit

Permalink
feat: persist the state (#2140)
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw authored Jul 24, 2024
1 parent b6e45a2 commit 62866fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/app/store/GGStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const useGGStore = create<IStore>()(

itemDefinitionVersion: state.itemDefinitionVersion,
bungieDefinitionVersions: state.bungieDefinitionVersions,
allDefinitionsSuccessfullyLoaded: state.allDefinitionsSuccessfullyLoaded,
}),
onRehydrateStorage: () => {
return (state, error) => {
Expand Down

0 comments on commit 62866fa

Please sign in to comment.