Skip to content

Commit 9105768

Browse files
committed
allow stringifying undefined?
1 parent d3ff50f commit 9105768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/attributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export function attributeValueToTypedAttributeValue(
8484
return { ...attributeValue, ...checkedUnit };
8585
}
8686

87-
if (!useFallback || value === undefined) {
87+
if (!useFallback) {
8888
return;
8989
}
9090

0 commit comments

Comments
 (0)