Allow creating custom providers (#132)

This commit is contained in:
Will Chen
2025-05-12 15:04:42 -07:00
committed by GitHub
parent cd7eaa8ece
commit 642895f0ba
7 changed files with 341 additions and 1 deletions

View File

@@ -32,6 +32,9 @@ const queryClient = new QueryClient({
queries: {
retry: false,
},
mutations: {
retry: false,
},
},
queryCache: new QueryCache({
onError: (error, query) => {