fix(pswui): update lib to latest to fix error on playground

This commit is contained in:
p-sw 2024-07-12 13:59:04 +09:00
parent d7ecef09a0
commit a7e2f7ac42

View File

@ -270,6 +270,7 @@ export function vcn<
for (const [variantName, variantKey] of Object.entries(
otherVariantProps,
) as VariantKVEntry<V>) {
if (typeof variantKey === "undefined") continue;
kv[variantName] = variantKey;
}