Skip to content

Commit

Permalink
Fix migrate react-query v4 (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
duyentb95 authored Oct 24, 2023
1 parent 28a90ce commit 28c0c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/perps-v2/ui/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const client = new ApolloClient({
const queryClient = new QueryClient({
defaultOptions: {
queries: {
notifyOnChangeProps: 'tracked',
notifyOnChangeProps: 'all',
refetchInterval: DEFAULT_REQUEST_REFRESH_INTERVAL,
refetchOnWindowFocus: false,
},
Expand Down

1 comment on commit 28c0c40

@vercel
Copy link

@vercel vercel bot commented on 28c0c40 Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

v2-storybook – ./v2/ui

v2-storybook-synthetixio.vercel.app
v2-storybook-git-master-synthetixio.vercel.app
staking-storybook.vercel.app

Please sign in to comment.