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

Function hotComponentUpdate

src/proxy/createClassProxy.js:213–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211 }
212
213 function hotComponentUpdate() {
214 renderOptions.componentWillRender(this);
215 proxiedUpdate.call(this);
216 }
217
218 function proxiedRender(...args) {
219 renderOptions.componentWillRender(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected