Closed maylencita closed 8 years ago
When dragging the handler the values change, but the handler does not move. This may be due to getDOMNode being deprecated in React's plain JS classes.
I guess this.getDOMNode() can be replaced by React.findDOMNode(this)
this.getDOMNode()
React.findDOMNode(this)
Do you want to provide a PR?
Thanks
fixed 3.0.0
When dragging the handler the values change, but the handler does not move. This may be due to getDOMNode being deprecated in React's plain JS classes.