@@ -114,7 +114,6 @@ export type VNodeProps = {
type VNodeChildAtom =
| VNode
- | typeof NULL_DYNAMIC_COMPONENT
| string
| number
| boolean