Patricio Perpetua

Results 1 comments of Patricio Perpetua

I think the problem may come from the file App.js `setOption = (option, value) => { let options = this.state.options; if (typeof value === 'boolean') { options[option] = value; }...