Skip to content

Commit b7b807a

Browse files
committed
Merge branch 'master' into gh-pages
2 parents 46369fa + d8d7b56 commit b7b807a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<title>React Slider Example</title>
88

9-
<script src="node_modules/react/dist/react.js"></script>
10-
<script src="node_modules/react-dom/dist/react-dom.js"></script>
9+
<script src="node_modules/react/umd/react.production.min.js"></script>
10+
<script src="node_modules/react-dom/umd/react-dom.production.min.js"></script>
1111
<script src="node_modules/create-react-class/create-react-class.js"></script>
1212
<script src="node_modules/prop-types/prop-types.js"></script>
1313
<script src="react-slider.js"></script>
@@ -117,7 +117,7 @@
117117

118118
render: function () {
119119
return ReactSlider(
120-
React.__spread({
120+
Object.assign({}, this.props, {
121121
className: this.props.orientation + '-slider',
122122
pearling: true,
123123
minDistance: 10,

0 commit comments

Comments
 (0)