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

Function IndeterminateComponent

test/AppContainer.dev.test.js:2272–2276  ·  view source on GitHub ↗
(props, context)

Source from the content-addressed store, hash-verified

2270
2271 // return rendered component from a stateless
2272 const IndeterminateComponent = (props, context) => {
2273 const instance = new CurrentApp(props, context);
2274 IndeterminateComponent.getDerivedStateFromProps = CurrentApp.getDerivedStateFromProps;
2275 return instance;
2276 };
2277
2278 if (withContext) {
2279 IndeterminateComponent.contextTypes = {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected