Quellcode durchsuchen

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

Evan You vor 2 Jahren
Ursprung
Commit
e15dc05655
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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