Prefetch issues with optional catch-all route #14263
-
I've got a route setup at Is this intended behaviour, and is there a way to change it without globally disabling prefetching? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
It sounds like you're using |
Beta Was this translation helpful? Give feedback.
It sounds like you're using
<Link>
incorrectly. Can you please share your component?