Allow creating custom providers (#132)
This commit is contained in:
@@ -32,6 +32,9 @@ const queryClient = new QueryClient({
|
||||
queries: {
|
||||
retry: false,
|
||||
},
|
||||
mutations: {
|
||||
retry: false,
|
||||
},
|
||||
},
|
||||
queryCache: new QueryCache({
|
||||
onError: (error, query) => {
|
||||
|
||||
Reference in New Issue
Block a user