(hashedQueryKey: string)
| 1627 | * Ignores refcounts/hasListeners and removes everything. |
| 1628 | */ |
| 1629 | const forceCleanupQuery = (hashedQueryKey: string) => { |
| 1630 | cleanupQueryInternal(hashedQueryKey) |
| 1631 | } |
| 1632 | |
| 1633 | // Subscribe to the query client's cache to handle queries that are GCed by tanstack query |
| 1634 | const unsubscribeQueryCache = queryClient |
no test coverage detected