chore: update vinext (#33347)

This commit is contained in:
Stephen Zhou
2026-03-12 13:18:11 +08:00
committed by GitHub
parent b170eabaf3
commit b44b37518a
4 changed files with 8 additions and 11 deletions

View File

@ -38,10 +38,6 @@ export async function HydrateQueryClient({
children: React.ReactNode
}) {
const dehydratedState = await getDehydratedState(searchParams)
// TODO: vinext do not handle hydration boundary well for now.
if (!dehydratedState) {
return <>{children}</>
}
return (
<HydrationBoundary state={dehydratedState}>
{children}