Skip to content

Commit e15dc05

Browse files
committed
chore: remove typeof NULL_DYNAMIC_COMPONENT for type compat with test-utils
1 parent f15debc commit e15dc05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/runtime-core/src/vnode.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export type VNodeProps = {
114114

115115
type VNodeChildAtom =
116116
| VNode
117-
| typeof NULL_DYNAMIC_COMPONENT
118117
| string
119118
| number
120119
| boolean

0 commit comments

Comments
 (0)