when i click on button section its working fine , but the problem is when i click on Component section inside button then my function not firing
this.resetStates = this.resetStates.bind(this) ;
<button onClick={this.resetStates}>
<NumberFormat/>
</button>