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 jhammarstedt committed Oct 31, 2022
1 parent 978ab37 commit 6b4e559
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 6b4e559

Please sign in to comment.