I am following a beginner tutorial from Pluralsight, on form submit a value is passed to addUser component method and I need to push userName to this.stat
addUser
this.stat
The problem is in this context, so use
this.addUser(event)}> // Inputs addUser(event){ event.preventDefault() // Code this.state }