T
TanStack2y ago
like-gold

<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)
No description
3 Replies
like-gold
like-goldOP2y ago
No description
rival-black
rival-black2y ago
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-gold
like-goldOP2y ago
Yeah, particularly the linked duplicate matches exactly

Did you find this page helpful?