# useAsyncData with immediate false and call execute after makes fetching the data twice
useAsyncData doesn't block navigation with lazy: false
3.xpending triage
asyncData unexpectedly recovers initial value of data
stalepending triage2.x
`useAsyncData` is not blocking the client navigation
3.xworkaround availablepending triage
Re-use `getCachedData` when `refresh`ing `asyncData`
enhancementbug🍰 p2-nice-to-have
Clarify that `useAsyncData` results are not cached
documentationgood first issue3.x
`useAsyncData`: `getCachedData` + `immediate: false` don`t work
3.xpending triage