Kaynağa Gözat

chore: remove typeof NULL_DYNAMIC_COMPONENT for type compat with test-utils

Evan You 2 yıl önce
ebeveyn
işleme
e15dc05655
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      packages/runtime-core/src/vnode.ts

+ 0 - 1
packages/runtime-core/src/vnode.ts

@@ -114,7 +114,6 @@ export type VNodeProps = {
 
 type VNodeChildAtom =
   | VNode
-  | typeof NULL_DYNAMIC_COMPONENT
   | string
   | number
   | boolean