VimUnDoo1vfr,:7D/3 componentWidth: this.getDOMNode().offsetWidth(Uu7_ T;e   5_VT;{9var elementResizeEvent = require('element-resize-event');module.exports = { getInitialState: function() {f if (this.props.initialComponentWidth !== undefined && this.props.initialComponentWidth !== null) { return {8 componentWidth: this.props.initialComponentWidth }; } else { return {}; } }, // Add our resize sensor.! componentDidMount: function() {C this.setState({componentWidth: this.getDOMNode().offsetWidth});9 elementResizeEvent(this.getDOMNode(), this.onResize); },G // When the DOM updates, check that our resize sensor is still there." componentDidUpdate: function() {Q if (0 === this.getDOMNode().getElementsByClassName('resize-sensor').length) {; elementResizeEvent(this.getDOMNode(), this.onResize); } }, onResize: function () {C this.setState({componentWidth: this.getDOMNode().offsetWidth}); }};5_VT;5_(Uu'3 componentWidth: this.getDOMNode().offsetWidth5_(2(v(Uu53 componentWidth: this.getDOMNode().offsetWidth5_(2(v(Uu6( componentWidth: this.getDOMNode().5