Replies: 2 comments 1 reply
-
@v-mec it sounds like something might be broken with hydration. Do you know if your JavaScript is still being loaded and running? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Just noticed - this is also the root cause of TanStack SSR not working. How to reproduce: https://tanstack.com/query/latest/docs/framework/react/guides/ssr#full-remix-example <- do this with the flag on vs off. If you have the flag on, the QueryClient somehow seems to get messed up and the useQuery doesn't get properly set, whereas with the flag off, things work fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to migrate to react router v7. All other feature flags are already turned on. However, setting v3_singleFetch to true breaks the navigation in my app.
Clicking any Link (from
@remix-run/react
) causes a native browser navigation, meaning the page is always fully reloaded. Any ideas why this could be happening?Beta Was this translation helpful? Give feedback.
All reactions