Skip to content

Commit

Permalink
Update persisting-store-data.md (#2650)
Browse files Browse the repository at this point in the history
  • Loading branch information
donutcube authored Jul 18, 2024
1 parent 688ddc9 commit e137774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/persisting-store-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ const useBoundStore = create(
}),
{
// ...
onRehydrateStorage: () => (state) => {
onRehydrateStorage: (state) => {
state.setHasHydrated(true)
}
}
Expand Down

0 comments on commit e137774

Please sign in to comment.