Missing evaluation result

Resolve errors related to missing evaluation results.

This error occurs when the initial value is not provided for a query evaluation that is rendered on the server.

If you are using the CSR composables or components from @croct/plug-nuxt/csr, you need to provide an initial value for server-side rendering.

For full SSR support without providing initial values, use the auto-imported useEvaluation composable or <Personalization> component instead, which handle server-side evaluation automatically.