Replies: 1 comment 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
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