in transforms/__testfixtures__/class/class-initial-state.input.js [105:117]
heyoo: getContextFromInstance(this),
};
},
foo: function(): void {
this.setState({heyoo: 24});
},
});
// but only accessing `this.props` and/or `this.context` is safe
var MyComponent5 = React.createClass({
getInitialState: function() {
return {