Skip to content
Discussion options

You must be logged in to vote

Something like this?

const queryCache = new QueryCache({
  onError: requestHandler.onUnAuthorizedRequest,
})
const mutationCache = new MutationCache({
  onError: requestHandler.onUnAuthorizedRequest,
})

const queryClient = new QueryClient({
  queryCache,
  mutationCache,
  defaultOptions: {
    // some options ...
  },
})

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@lucashfreitas
Comment options

@TkDodo
Comment options

Answer selected by TkDodo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants