diff --git a/src/components/Link.tsx b/src/components/Link.tsx index 8c963909be..1b3a325a2b 100644 --- a/src/components/Link.tsx +++ b/src/components/Link.tsx @@ -253,7 +253,7 @@ export function InlineLink({ onIn: onPressIn, onOut: onPressOut, } = useInteractionState() - const flattenedStyle = flatten(style) + const flattenedStyle = flatten(style) || {} return (