Merge pull request #558 from nickago/hotfix

Bound on change function to react componenet
Этот коммит содержится в:
Corey Hulen
2015-09-02 12:56:19 -07:00
родитель f720a06cfb 4fb839a089
Коммит 27970af4bb

Просмотреть файл

@@ -16,6 +16,7 @@ export default class UserProfile extends React.Component {
super(props);
this.uniqueId = nextId();
this.onChange = this.onChange.bind(this);
this.state = this.getStateFromStores(this.props.userId);
}