Bläddra i källkod

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

Evan You 2 år sedan
förälder
incheckning
e15dc05655
1 ändrade filer med 0 tillägg och 1 borttagningar
  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