gre / multi-slider

React component for multiple values slider (allocate values)
http://gre.github.io/multi-slider
49 stars 31 forks source link

Silder's handle animation does not work wiht ES6 #1

Closed maylencita closed 8 years ago

maylencita commented 9 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.

gre commented 9 years ago

I guess this.getDOMNode() can be replaced by React.findDOMNode(this)

Do you want to provide a PR?

Thanks

gre commented 8 years ago

fixed 3.0.0