Skip to content

Instantly share code, notes, and snippets.

@bewarusman
Created January 9, 2021 06:10
Show Gist options
  • Save bewarusman/6ad0d522573db3c9bf212e1efe5f2f23 to your computer and use it in GitHub Desktop.
Save bewarusman/6ad0d522573db3c9bf212e1efe5f2f23 to your computer and use it in GitHub Desktop.
componentDidUpdate(prevProps) {
if (prevProps.children !== this.props.children) {
// update third-party library based on prop change
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment