class Parent extends React.Component {
      static childContextTypes = {
        lang: PropTypes.string,
      };