I\'m trying to organize my state by using nested property like this:
this.state = { someProperty: { flag:true } }
But updating
try this code:
this.setState({ someProperty: {flag: false} });