[javascript] React - uncaught TypeError: Cannot read property 'setState' of undefined

Just change your bind statement from what you have to => this.delta = this.delta.bind(this);