diff --git a/examples/range.js b/examples/range.js index 52abde070..bb6c668c4 100644 --- a/examples/range.js +++ b/examples/range.js @@ -139,7 +139,6 @@ ReactDOM.render(

Multi Range with custom track and handle style

- { - const { tipFormatter } = this.props; + handleWithTooltip = ({ value, dragging, index, disabled, ...restProps }) => { + const { tipFormatter, handleStyle } = this.props; return (