diff --git a/React/Fabric/Mounting/ComponentViews/Text/RCTParagraphComponentView.mm b/React/Fabric/Mounting/ComponentViews/Text/RCTParagraphComponentView.mm index ab49dd466fc..639fc73ba13 100644 --- a/React/Fabric/Mounting/ComponentViews/Text/RCTParagraphComponentView.mm +++ b/React/Fabric/Mounting/ComponentViews/Text/RCTParagraphComponentView.mm @@ -63,6 +63,12 @@ using namespace facebook::react; [self setNeedsDisplay]; } +- (void)prepareForRecycle +{ + [super prepareForRecycle]; + _paragraphLocalData.reset(); +} + - (void)drawRect:(CGRect)rect { if (!_paragraphLocalData) {