diff --git a/src/ui/jsx-runtime.ts b/src/ui/jsx-runtime.ts index a4eeda2..b03e381 100644 --- a/src/ui/jsx-runtime.ts +++ b/src/ui/jsx-runtime.ts @@ -35,8 +35,8 @@ namespace ui { children: Array.isArray(children) ? children : children == null - ? undefined - : [children], + ? undefined + : [children], }; } return (type as FC)(props);