You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the route on the href is not found on prefetch (such as when the user hovers over the element), the page is immediately redirected to the 404 page. This shouldn't happen until the user clicks or navigates to the page.
Which component is affected?
Qwik City (routing)
Describe the bug
<Link prefetch={true} href="/this-page-doesnt-exist" />
If the route on the href is not found on prefetch (such as when the user hovers over the element), the page is immediately redirected to the 404 page. This shouldn't happen until the user clicks or navigates to the page.
Reproduction
https://github.com/eglove/examples/blob/main/apps/qwik-example/src/routes/index.tsx
Steps to reproduce
No response
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: