mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 00:18:03 +08:00
fix: improve TanStack Query client setup and fix queryKey bug (#32422)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import type { SearchParams } from 'nuqs'
|
||||
import type { SearchParams } from 'nuqs/server'
|
||||
import { dehydrate, HydrationBoundary } from '@tanstack/react-query'
|
||||
import { createLoader } from 'nuqs/server'
|
||||
import { getQueryClientServer } from '@/context/query-client-server'
|
||||
|
||||
Reference in New Issue
Block a user