Skip to content

Instantly share code, notes, and snippets.

@agneym
Last active March 13, 2018 18:35
Show Gist options
  • Save agneym/4149fa55998ec0554d4d8f9bddd58d5d to your computer and use it in GitHub Desktop.
Save agneym/4149fa55998ec0554d4d8f9bddd58d5d to your computer and use it in GitHub Desktop.
function handleChange(value) {
this.setState({
value: newValue
});
console.log(this.state.value); //Why is my state not updated?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment