Skip to content

Commit

Permalink
chore: remove typeof NULL_DYNAMIC_COMPONENT for type compat with test…
Browse files Browse the repository at this point in the history
…-utils
  • Loading branch information
yyx990803 committed Nov 10, 2023
1 parent f15debc commit e15dc05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/runtime-core/src/vnode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ export type VNodeProps = {

type VNodeChildAtom =
| VNode
| typeof NULL_DYNAMIC_COMPONENT
| string
| number
| boolean
Expand Down

0 comments on commit e15dc05

Please sign in to comment.