Skip to content

Instantly share code, notes, and snippets.

@twhite96
Created January 5, 2019 06:16
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 twhite96/0c7886d07655f47485011ae694c54306 to your computer and use it in GitHub Desktop.
Save twhite96/0c7886d07655f47485011ae694c54306 to your computer and use it in GitHub Desktop.
handleOnClear fix
handleOnClear = () => {
clearInterval(this.timer);
this.setState({
lapse: 0,
running: false
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment