From a88ecfb9a30d71fc0bf2866e939cbb43f886b0a0 Mon Sep 17 00:00:00 2001 From: seveibar Date: Wed, 16 Oct 2024 14:15:47 -0700 Subject: [PATCH] minor typefix --- lib/create-host-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/create-host-config.ts b/lib/create-host-config.ts index 35ac0f2..ebafae4 100644 --- a/lib/create-host-config.ts +++ b/lib/create-host-config.ts @@ -264,7 +264,7 @@ export function createHostConfig(jscad: JSCADModule) { throw new Error("Subtract must have at least two children") } - const geometries = children.map((child) => + const geometries = children.map((child: any) => createInstance( child.type, child.props,