react-component / slider

React Slider
https://slider.react-component.now.sh/
MIT License
3.02k stars 764 forks source link

Null missing as a type for value and defaultValue props #862

Open juhana opened 1 year ago

juhana commented 1 year ago

value and defaultValue props accept null as a value (PR #447) but they're typed as only accepting numbers. Typescript throws a type error if you try to pass null, even though it works otherwise properly.