From e15dc05655fc7e3a85aee017dd359b1c85076087 Mon Sep 17 00:00:00 2001 From: Evan You Date: Fri, 10 Nov 2023 15:25:55 +0800 Subject: [PATCH] chore: remove typeof NULL_DYNAMIC_COMPONENT for type compat with test-utils --- packages/runtime-core/src/vnode.ts | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3