From: Evan You Date: Fri, 10 Nov 2023 07:25:55 +0000 (+0800) Subject: chore: remove typeof NULL_DYNAMIC_COMPONENT for type compat with test-utils X-Git-Tag: v3.3.9~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e15dc05655fc7e3a85aee017dd359b1c85076087;p=thirdparty%2Fvuejs%2Fcore.git chore: remove typeof NULL_DYNAMIC_COMPONENT for type compat with test-utils --- diff --git a/packages/runtime-core/src/vnode.ts b/packages/runtime-core/src/vnode.ts index a9f4a7c687..b7caa6a288 100644 --- a/packages/runtime-core/src/vnode.ts +++ b/packages/runtime-core/src/vnode.ts @@ -114,7 +114,6 @@ export type VNodeProps = { type VNodeChildAtom = | VNode - | typeof NULL_DYNAMIC_COMPONENT | string | number | boolean