Replies: 1 comment 2 replies
-
Mm I see you found that parallel routes issue too 🤔 Maybe a good place to start debugging is the navigation reducer? There's a quite a bit more going on too - and I wonder if the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I've realised that in production, Link components is making multiple requests to the server for parallel routes, when it should be making just one. Can someone tell me which part of the code deals with Link?
I thought it should be the prefetch function in link.tsx, but I tried logging it and didnt see any output, neither in the browser nor in VScode.
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions