# useLazyAsyncData breaks layout
Using `getCachedData` together with `await useLazyAsyncData` causing it to not be pending anymore
pending triageneeds reproduction
Multiple `useLazyAsyncData` within a composable becomes non lazy
good first issuebug🔨 p3-minor
`useAsyncData` clears out nested route data before leaving
3.xupstreamupstream-bug
useAsyncData is not cleared when using defineNuxtComponent
3.xpending triage