Fix link bug
This commit is contained in:
@@ -253,7 +253,7 @@ export function InlineLink({
|
||||
onIn: onPressIn,
|
||||
onOut: onPressOut,
|
||||
} = useInteractionState()
|
||||
const flattenedStyle = flatten(style)
|
||||
const flattenedStyle = flatten(style) || {}
|
||||
|
||||
return (
|
||||
<Text
|
||||
|
||||
Reference in New Issue
Block a user