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,