but how do i pass only one value using react hooks in the following code? this.state = { value: 10 }; } render() { return ( <InputRange maxValue={20} minValue ...
確定! 回上一頁