MCPcopy Create free account
hub / github.com/gaearon/react-hot-loader / render

Method render

test/proxy/consistency.test.js:269–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

267 arrow = () => 42;
268
269 render() {
270 return this.arrow();
271 }
272
273 __reactstandin__regenerateByEval(key, code) {
274 this[key] = eval(code);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected