From c548007969587772936ae1c0c9ffb56b369a83ca Mon Sep 17 00:00:00 2001 From: sdegutis Date: Fri, 6 Sep 2024 08:03:32 -0500 Subject: [PATCH] Never mind that. --- site/unity/vanillajsx.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/unity/vanillajsx.ts b/site/unity/vanillajsx.ts index 549db30..71426ac 100644 --- a/site/unity/vanillajsx.ts +++ b/site/unity/vanillajsx.ts @@ -118,7 +118,7 @@ function pushChildren(parent: babel.types.ObjectExpression, path: babel.NodePath parent.properties.push(t.objectProperty(t.identifier("children"), child.argument)); } else { - parent.properties.push(t.objectProperty(t.identifier("child"), child)); + parent.properties.push(t.objectProperty(t.identifier("children"), child)); } } else if (children.length > 0) {