zillow / react-slider

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

A small fix when removing values. #75

Closed rbdhack closed 6 years ago

rbdhack commented 8 years ago

Fixed a bug where react would crash if you want to remove a value. In that case, the no. children is greater than the no. values passed, leaving the res array padded with style values instead of react components.