Metode Bereaksi telah Mengubah Metode
componentDidUpdate(prevProps) {
2 if (prevProps.text !== this.props.text) {
3 this.updateAndNotify();
4 }
5}
OnceUponADev
componentDidUpdate(prevProps) {
2 if (prevProps.text !== this.props.text) {
3 this.updateAndNotify();
4 }
5}