getChildContext()

in 04 - Layout/02 - Layout Components.js [8:12]


  getChildContext() {
    return {
      layoutWidth: this.props.width || this.context.layoutWidth
    };
  }