]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove typeof NULL_DYNAMIC_COMPONENT for type compat with test-utils
authorEvan You <yyx990803@gmail.com>
Fri, 10 Nov 2023 07:25:55 +0000 (15:25 +0800)
committerEvan You <yyx990803@gmail.com>
Fri, 10 Nov 2023 07:26:19 +0000 (15:26 +0800)
packages/runtime-core/src/vnode.ts

index a9f4a7c687251c48a5ca98610ee719027e1a545a..b7caa6a288aa29dc75e9d4646d5a239c72a919cb 100644 (file)
@@ -114,7 +114,6 @@ export type VNodeProps = {
 
 type VNodeChildAtom =
   | VNode
-  | typeof NULL_DYNAMIC_COMPONENT
   | string
   | number
   | boolean