()
| 97 | }; |
| 98 | |
| 99 | export const getQueryClient = () => |
| 100 | activeQueryClient ?? getDefaultQueryClient(); |
| 101 | |
| 102 | export const setQueryClient = (client?: QueryClient | null) => { |
| 103 | activeQueryClient = client ?? getDefaultQueryClient(); |
no test coverage detected