From b0bc141574953ee692f383eb4d0e9f9c4e118209 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Wed, 5 Feb 2025 15:39:24 +0000 Subject: [PATCH] [LOCAL] Fix build of AttributedString --- .../react/renderer/attributedstring/TextAttributes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/ReactCommon/react/renderer/attributedstring/TextAttributes.cpp b/packages/react-native/ReactCommon/react/renderer/attributedstring/TextAttributes.cpp index ec699aafe06..120f5030f53 100644 --- a/packages/react-native/ReactCommon/react/renderer/attributedstring/TextAttributes.cpp +++ b/packages/react-native/ReactCommon/react/renderer/attributedstring/TextAttributes.cpp @@ -217,7 +217,7 @@ SharedDebugStringConvertibleList TextAttributes::getDebugProps() const { debugStringConvertibleItem("allowFontScaling", allowFontScaling), debugStringConvertibleItem("dynamicTypeRamp", dynamicTypeRamp), debugStringConvertibleItem("letterSpacing", letterSpacing), - debugStringConvertibleItem("maxFontSizeMultiplier", maxFontSizeMultiplier) + debugStringConvertibleItem("maxFontSizeMultiplier", maxFontSizeMultiplier), // Paragraph Styles debugStringConvertibleItem("lineHeight", lineHeight),