We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46369fa + d8d7b56 commit b7b807aCopy full SHA for b7b807a
1 file changed
index.html
@@ -6,8 +6,8 @@
6
7
<title>React Slider Example</title>
8
9
- <script src="node_modules/react/dist/react.js"></script>
10
- <script src="node_modules/react-dom/dist/react-dom.js"></script>
+ <script src="node_modules/react/umd/react.production.min.js"></script>
+ <script src="node_modules/react-dom/umd/react-dom.production.min.js"></script>
11
<script src="node_modules/create-react-class/create-react-class.js"></script>
12
<script src="node_modules/prop-types/prop-types.js"></script>
13
<script src="react-slider.js"></script>
@@ -117,7 +117,7 @@
117
118
render: function () {
119
return ReactSlider(
120
- React.__spread({
+ Object.assign({}, this.props, {
121
className: this.props.orientation + '-slider',
122
pearling: true,
123
minDistance: 10,
0 commit comments