From: daiwei Date: Wed, 16 Jul 2025 13:49:15 +0000 (+0800) Subject: chore: update X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fedison%2Ffeat%2FvaporAsyncComponent;p=thirdparty%2Fvuejs%2Fcore.git chore: update --- diff --git a/packages/runtime-core/src/apiAsyncComponent.ts b/packages/runtime-core/src/apiAsyncComponent.ts index f3698157c8..8841f669b7 100644 --- a/packages/runtime-core/src/apiAsyncComponent.ts +++ b/packages/runtime-core/src/apiAsyncComponent.ts @@ -75,7 +75,7 @@ export function defineAsyncComponent< // skip hydration if the component has been patched if (__DEV__ && patched) { warn( - `Skipping lazy hydration for component '${getComponentName(resolvedComp!)}': ` + + `Skipping lazy hydration for component '${getComponentName(getResolvedComp()!)}': ` + `it was updated before lazy hydration performed.`, ) return