Skip to content

Commit

Permalink
Prevent rerendering on stale queries (#17106)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes authored Sep 23, 2022
1 parent c943b8d commit caa03fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airbyte-webapp/src/views/common/StoreProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const queryClient = new QueryClient({
refetchOnWindowFocus: false,
refetchOnReconnect: false,
retry: 0,
notifyOnChangePropsExclusions: ["isStale"],
},
},
});
Expand Down

0 comments on commit caa03fd

Please sign in to comment.