heyoo: getContextFromInstance()

in transforms/__testfixtures__/class/class-initial-state.input.js [118:130]


      heyoo: getContextFromInstance(this.props),
    };
  },

  foo: function(): void {
    this.setState({heyoo: 24});
  },
});

// intense control flow testing
var Loader = React.createClass({
  getInitialState() {
    if (this.props.stuff) {