Ver Fonte

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

Evan You há 2 anos atrás
pai
commit
e15dc05655
1 ficheiros alterados com 0 adições e 1 exclusões
  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