fix(pswui): update lib to latest to fix error on playground
This commit is contained in:
parent
d7ecef09a0
commit
a7e2f7ac42
@ -270,6 +270,7 @@ export function vcn<
|
|||||||
for (const [variantName, variantKey] of Object.entries(
|
for (const [variantName, variantKey] of Object.entries(
|
||||||
otherVariantProps,
|
otherVariantProps,
|
||||||
) as VariantKVEntry<V>) {
|
) as VariantKVEntry<V>) {
|
||||||
|
if (typeof variantKey === "undefined") continue;
|
||||||
kv[variantName] = variantKey;
|
kv[variantName] = variantKey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user