you bind only: this.deactivate = this.deactivate.bind(this) need to add: this.activate = this.activate.bind(this)
you bind only:
this.deactivate = this.deactivate.bind(this)
need to add:
this.activate = this.activate.bind(this)