<Link preload="intent" ...> triggers navigation on hover
I haven't been able to repro this in a small demo as of yet, it seems to only apply to certain links. I've only reproduced it when
to="/", and I can get rid of the error consistently by changing preload={false}.
(Also another weird note, sometimes the <Link> component doesn't let me pass preload={false}. TS error attached)
3 Replies
like-goldOP•2y ago

rival-black•2y ago
is this the same issue ? https://github.com/TanStack/router/issues/1201
GitHub
After 30 seconds, hovering on link with search param sets the searc...
Describe the bug After loading a page, and waiting 30 seconds, hovering on a link with a search param will set the search param. Its not set in the url unless you click, but the Route.useSearch() v...
like-goldOP•2y ago
Yeah, particularly the linked duplicate matches exactly