When I try running my code I get the error this.setState is not a function
deos anyone know how I can correct this? Thanks!
spiele.listUsers(params, function(err, data) {
if (err) console.log(err, err.stack);
else console.log(data)
const ball = data;
this.setState({
ball
}).bind(this)
});