slider
slider copied to clipboard
Null missing as a type for value and defaultValue props
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.