slider icon indicating copy to clipboard operation
slider copied to clipboard

Null missing as a type for value and defaultValue props

Open juhana opened this issue 1 year ago • 0 comments

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.

juhana avatar Feb 28 '23 18:02 juhana