Jelajahi Sumber

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

Evan You 2 tahun lalu
induk
melakukan
e15dc05655
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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