componentDidUpdate(prevProps) { 2 if (prevProps.text !== this.props.text) { 3 this.updateAndNotify(); 4 } 5}