You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constexplanation=source ? ` (used at ${source.replace(/^file:\/\//,'')}:${line}:${column})` : ''
683
683
// @ts-expect-error private property
684
-
console.warn(`[nuxt] \`${options._functionName||'useAsyncData'}${explanation}\` must return a value (it should not be \`undefined\`) or the request may be duplicated on the client side.`)
684
+
console.warn(`[nuxt] \`${options._functionName||'useAsyncData'}${explanation}\` must return a value (it should not be \`undefined\` or \`null\`) or the request may be duplicated on the client side.`)
0 commit comments