function RootDocument({ children }: Readonly<{ children: ReactNode }>) { const dehydratedState = dehydrate(queryClient); return ( {({ reset }) => ( (

Something went wrong

Possibly this: { error }

)}> Loading...}>{children}
)}
{/*{}*/}
); }