I am getting the following error
Uncaught TypeError: Cannot read property \'setState\' of undefined
even after binding delta in
Just change your bind statement from what you have to => this.delta = this.delta.bind(this);