Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. componentDidUpdate(prevProps,prevState){
  2.     if (prevProps.comment.is_comment_liked === this.props.comment.is_comment_liked && prevState.is_comment_liked === this.state.is_comment_liked && this.props.comment.is_comment_liked != this.state.is_comment_liked) {
  3.             this.setState({like_comment_icon: ''})
  4.         }
  5.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement