Merge branch 'develop' into travis/react-warnings/3-componentCannotDidMount
This commit is contained in:
@@ -62,7 +62,7 @@ export default createReactClass({
|
||||
};
|
||||
},
|
||||
|
||||
componentWillMount: function() {
|
||||
componentDidMount: function() {
|
||||
// TODO: [REACT-WARNING] Move this to class constructor
|
||||
this._initStateFromProps(this.props);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user