diff --git a/index.html b/index.html index 16b3b209..ddfa1438 100644 --- a/index.html +++ b/index.html @@ -6,8 +6,8 @@ React Slider Example - - + + @@ -117,7 +117,7 @@ render: function () { return ReactSlider( - React.__spread({ + Object.assign({}, this.props, { className: this.props.orientation + '-slider', pearling: true, minDistance: 10,