FelixMaulwurf
Results
1
comments of
FelixMaulwurf
a workaround is to set new min/max first and slider values afterwards: `this.setState({ sliderMax: NEW_MAX }, () => { this.setState({ sliderValue: VALUE }) })` this is not ideal but fixes...