© 2026 Hedgehog Software, LLC
3.17.5
@nuxt/content
3.6.3
3.17.6
3.17.7
[nuxt] [warn] [useAsyncData] must return a value (it should not be undefined or null) or the request may be duplicated on the client side.
const route = useRoute() const { data: page } = await useAsyncData(`page-${route.path}`, () => { return queryCollection('policies').path(route.path).first() })
useAsyncData