Upgrade babel to 6.4.0, fail gulp builds on webpack errors
This commit is contained in:
parent
47dd4f51cb
commit
d7c5d0f9cd
16 changed files with 36 additions and 33 deletions
|
@ -8,7 +8,7 @@ import MessageLine from './MessageLine';
|
|||
export default class MessageBox extends Component {
|
||||
state = {
|
||||
height: window.innerHeight - 100
|
||||
}
|
||||
};
|
||||
|
||||
componentDidMount() {
|
||||
this.updateWidth();
|
||||
|
@ -43,12 +43,12 @@ export default class MessageBox extends Component {
|
|||
setWrapWidth(width);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
handleResize = () => {
|
||||
this.updateWidth();
|
||||
this.setState({ height: window.innerHeight - 100 });
|
||||
}
|
||||
};
|
||||
|
||||
render() {
|
||||
const { tab, messages, select, openPrivateChat } = this.props;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue