QueryClient work
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2025-03-14 03:56:54 +01:00
parent ed384a62a8
commit 68c68417d8
2 changed files with 27 additions and 5 deletions

View File

@@ -24,3 +24,7 @@ export const layer = <Self, Id extends string, E>(
return { errors, handle }
}))
export class DefaultErrorHandler extends Tag("@reffuse/extension-query/DefaultErrorHandler")<DefaultErrorHandler>() {}
export const DefaultErrorHandlerLive = layer(DefaultErrorHandler)