I want to reset my Nouislider, even though I haven't achieved. Because I try to apply reset, but it doesn't work.
<Nouislider range={{ min: 0, max: 100 }} start={[0,100]} value={[this.state.volumel, this.state.volumer]} connect onSlide={this.handleOnChange />
I have tried to put in start={[ini,fin]}
, two global variables and after clicking a button changing to 0 and 100. However, it doesn't work well.