Skip to content

Instantly share code, notes, and snippets.

@osanyin
Created April 13, 2017 16:28
Show Gist options
  • Select an option

  • Save osanyin/477a2bcbd99f9086ff0025694bfdbfa2 to your computer and use it in GitHub Desktop.

Select an option

Save osanyin/477a2bcbd99f9086ff0025694bfdbfa2 to your computer and use it in GitHub Desktop.
componentWillUpdate: function(nextProps, nextState){
if (nextState.bottom === this.state.bottom) {
nextState.bottom = 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment