You may see that when checking for the left arrow, the program checks for the right arrow.... It says: 271: this.props.arrowRight == undefined ? I should be: 271: this.props.arrowLeft == undefined ?
You may see that when checking for the left arrow, the program checks for the right arrow....
It says:
271: this.props.arrowRight == undefined ?
I should be:
271: this.props.arrowLeft == undefined ?