Hydration error when using useQuery instead of useSuspenseQuery when prefetching
I have a page
and a component
Where the
Using a
and a component
Where the
DataTable has some logic like Using a
useQuery in the PostsTable component results in a Hydration error. Can I prevent this without having to use Suspense? I found using the isPending flag to be a way simpler solution to rendering the skeleton in a deeply nested component.