diff --git a/packages/react-native/ReactCommon/react/renderer/attributedstring/TextAttributes.cpp b/packages/react-native/ReactCommon/react/renderer/attributedstring/TextAttributes.cpp index 1a607805d66..ec699aafe06 100644 --- a/packages/react-native/ReactCommon/react/renderer/attributedstring/TextAttributes.cpp +++ b/packages/react-native/ReactCommon/react/renderer/attributedstring/TextAttributes.cpp @@ -217,10 +217,7 @@ SharedDebugStringConvertibleList TextAttributes::getDebugProps() const { debugStringConvertibleItem("allowFontScaling", allowFontScaling), debugStringConvertibleItem("dynamicTypeRamp", dynamicTypeRamp), debugStringConvertibleItem("letterSpacing", letterSpacing), - debugStringConvertibleItem( - "maxFontSizeMultiplier", - maxFontSizeMultiplier, - textAttributes.maxFontSizeMultiplier), + debugStringConvertibleItem("maxFontSizeMultiplier", maxFontSizeMultiplier) // Paragraph Styles debugStringConvertibleItem("lineHeight", lineHeight),