From a7e2f7ac420847cc7e67be9e08fb3eac80a5c3dc Mon Sep 17 00:00:00 2001 From: p-sw Date: Fri, 12 Jul 2024 13:59:04 +0900 Subject: [PATCH] fix(pswui): update lib to latest to fix error on playground --- src/pswui/lib/vcn.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pswui/lib/vcn.ts b/src/pswui/lib/vcn.ts index d314915..e829f73 100644 --- a/src/pswui/lib/vcn.ts +++ b/src/pswui/lib/vcn.ts @@ -270,6 +270,7 @@ export function vcn< for (const [variantName, variantKey] of Object.entries( otherVariantProps, ) as VariantKVEntry) { + if (typeof variantKey === "undefined") continue; kv[variantName] = variantKey; }