We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63e16b commit 01e6e4bCopy full SHA for 01e6e4b
src/inner-slider.jsx
@@ -51,9 +51,6 @@ export var InnerSlider = React.createClass({
51
componentDidUpdate: function () {
52
this.adaptHeight();
53
},
54
- componentWillReceiveProps: function(nextProps) {
55
- this.initialize(nextProps);
56
- },
57
onWindowResized: function () {
58
this.initialize(this.props);
59
0 commit comments