Этот коммит содержится в:
=Corey Hulen
2015-10-07 08:48:18 -07:00
родитель c6c2a97f44
Коммит e83dd55361

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

@@ -63,7 +63,7 @@ export default class ErrorBar extends React.Component {
ErrorStore.removeChangeListener(this.onErrorChange);
}
componentWillUpdate(nextProps, nextState) {
componentDidUpdate(nextProps, nextState) {
if (this.isValidError(nextState)) {
var height = $(React.findDOMNode(this)).outerHeight();
height = height < 30 ? 30 : height;