-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I am experiencing hydration errors seemingly caused by the useQuery hook.
I'm trying to reproduce it reliably but I am having trouble with that, as the hook works fine in isolation.
So far all I can tell is that adding one useQuery hook that works fine in isolation, to a page with more than one useQuery hook, seems to cause a hydration error.
I will try to investigate further.
A relatively smaller version of my app is here with comments and repro steps.
In this repository you can also observe the DisplayCatalogItems component possesses the <Link /> isssue discussed in #77
I have discovered a workaround for these useQuery hydration errors, it involves wrapping the components using useQuery in more html elements.
I have noticed that the base64 encoded state the server produces contains duplicated content. Is this expected?