zillow / react-slider

Accessible, CSS agnostic, slider component for React.
https://zillow.github.io/react-slider
MIT License
883 stars 231 forks source link

fix: encapsulate value reference within ReactSlider (#181) #182

Closed viters closed 4 years ago

viters commented 4 years ago

Slider should not mutate value received from outside, nor it should allow to mutate its value from outside.

Resolves #181

stonebk commented 4 years ago

Looks good, thanks!