slava
slava
NNuxt
Created by slava on 3/13/2025 in #❓・help
useId() hydration mismatch
@kapa.ai Can you elaborate on #4? I am retrieving data on the parent page with useAsyncQuery (a wrapper for useAsyncData specifically for Apollo/GraphQL)
const { data } = await useAsyncQuery<ProductQueryResult>(GetProductDocument, {
slug,
})
const { data } = await useAsyncQuery<ProductQueryResult>(GetProductDocument, {
slug,
})
10 replies