Skip to content

Commit

Permalink
Prevent rerendering on stale queries (airbytehq#17106)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes authored and robbinhan committed Sep 29, 2022
1 parent 8607856 commit 948b6f0
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 948b6f0

Please sign in to comment.