Skip to content

Commit

Permalink
Fix hydration
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnart committed Oct 9, 2024
1 parent 57cb5d3 commit c622daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/subscriptionStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const useSubscriptionStore = create<SubscriptionStore>()(
{
name: 'subscription-storage',
storage: createJSONStorage(getStorage),
skipHydration: true,
skipHydration: false,
}
)
);

0 comments on commit c622daa

Please sign in to comment.