Skip to content

Commit

Permalink
fix: disable structuralSharing
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-st committed Aug 31, 2024
1 parent ee3400f commit 2db534f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nextjs/components/ScaffoldEthAppWithProviders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const queryClient = new QueryClient({
defaultOptions: {
queries: {
refetchOnWindowFocus: false,
structuralSharing: false,
},
},
});
Expand Down

0 comments on commit 2db534f

Please sign in to comment.