diff --git a/packages/rich-text/src/component/index.native.js b/packages/rich-text/src/component/index.native.js index 6185f53b1bdf8..a2d9dbccc4b64 100644 --- a/packages/rich-text/src/component/index.native.js +++ b/packages/rich-text/src/component/index.native.js @@ -746,10 +746,10 @@ export class RichText extends Component { } componentDidUpdate( prevProps ) { - if ( this.props.value !== this.value ) { - this.value = this.props.value; - this.lastEventCount = undefined; - } + // if ( this.props.value !== this.value ) { + // this.value = this.props.value; + // this.lastEventCount = undefined; + // } const { __unstableIsSelected: isSelected } = this.props; const { __unstableIsSelected: prevIsSelected } = prevProps;