From 02f0a07a9264494cf5a9ecc0304cf61e7d7bf569 Mon Sep 17 00:00:00 2001 From: paranoidjk Date: Thu, 8 Jun 2017 17:45:56 +0800 Subject: [PATCH] fix: handleStyle --- examples/range.js | 1 - src/createSliderWithTooltip.jsx | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 (