remove react-query tab sharing cache

This commit is contained in:
Igor Loskutov
2025-09-03 12:47:35 -04:00
parent 6a793edfb5
commit 4f66f14761
3 changed files with 1 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
"use client";
import { QueryClient } from "@tanstack/react-query";
import { broadcastQueryClient } from "@tanstack/query-broadcast-client-experimental";
export const queryClient = new QueryClient({
defaultOptions: {
@@ -16,8 +15,3 @@ export const queryClient = new QueryClient({
},
},
});
broadcastQueryClient({
queryClient,
broadcastChannel: "reflector-query-client",
});