Why Does defaultPreload: 'intent' Fetch Data Again on Click?
Hello, I just wanted to ask if this is normal behavior with
defaultPreload: 'intent'?
. When I hover over a link, it preloads the routes, which is the expected behavior. However, when I click the link, it still fetches/loads the route data again. Please check the attached video for a demonstration.2 Replies
optimistic-gold•2mo ago
default staleTime is 0
passive-yellowOP•2mo ago
ohh got it. thanks!