I have this piece of code:
handleMaxLevel = event => { this.setState({ maxLevel: event.target.value }, (minLevel, maxLevel) => {