nuxt/nuxt
View on GitHubMultiple `useLazyAsyncData` within a composable becomes non lazy
Open
#25033 opened on Jan 3, 2024
good first issue🔨 p3-minor
Description
Environment
- Operating System: Windows_NT
- Node Version: v20.2.0
- Nuxt Version: 3.7.4
- CLI Version: 3.10.0
- Nitro Version: 2.8.1
- Package Manager: pnpm@8.12.0
- Builder: -
- User Config: -
- Runtime Modules: -
- Build Modules: -
Reproduction
https://stackblitz.com/edit/nuxt-starter-t7zx5g?file=composables%2Ftest.ts
- click on to lazy
- the navigation is blocked
Describe the bug
Using 2 useLazyAsyncData make the page change blocking
Additional context
No response
Logs
No response