Skip to content

Instantly share code, notes, and snippets.

@engineersamuel
Created January 6, 2016 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save engineersamuel/c4f25991da2a1ba70e5c to your computer and use it in GitHub Desktop.
Save engineersamuel/c4f25991da2a1ba70e5c to your computer and use it in GitHub Desktop.
componentDidMount
componentDidMount() {
this.createIsotopeContainer();
// Only arrange if there are elements to arrange
if (_.get(this, 'props.children.length', 0) > 0) {
this.iso.arrange();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment