# useAsyncData does not trigger NuxtLoadingIndicator on url query change
use server-fetched data in lazily hydrated components with useAsyncData
good first issue🍰 p2-nice-to-have
When using useAsyncData with the same key, the status does not change between page navigations.
pending triagepossible regression
useAsyncData doesn't block navigation with lazy: false
3.xpending triage
`useAsyncData` is not blocking the client navigation
3.xworkaround availablepending triage
Broken transition if component has useAsyncData / useFetch
workaround available🔨 p3-minorpossible regression