class Foo extends Component {
        constructor (props, context) {
          super(props, context)
          this.state = {
            value: 'initial'