# useAsyncData with { immediate: false } returns pending = "true" until fired at least once.
useFetch pending true by default when immediate set to false
3.xpending triage
useAsyncData has inconsistent behaviour (ssr:false) since v3.6.2
3.xpending triage
useAsyncData does not update data after first load
3.xpending triage
Allowing more than a single fetch in useAsyncData
3.xpending triageneeds reproduction
When using useAsyncData with the same key, the status does not change between page navigations.
pending triagepossible regression