( queryClient: QueryClient, )
| 18 | } |
| 19 | |
| 20 | export function resetSsrQueryControllerCreationCount( |
| 21 | queryClient: QueryClient, |
| 22 | ): void { |
| 23 | ssrQueryControllerCreationCounts.set(queryClient, 0) |
| 24 | } |
| 25 | |
| 26 | export function getSsrQueryControllerCreationCount( |
| 27 | queryClient: QueryClient, |