-
Beta Was this translation helpful? Give feedback.
Answered by
rphlmr
Jan 14, 2025
Replies: 1 comment 9 replies
-
Hi! I think you’re facing the Single Fetch issue with React Router :( |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Arg, this is really not a good developer experience.
Maybe we could check the the request
path
.The idea is to send back what a
.data
fetch expects (Single fetch) or use a normal redirect.It should not happen in production mode, but it should not happen at all. In dev mode, Vite is loading the route even if the browser has started a redirect :/
Thanks for your feedback 🙏