MCPcopy Create free account
hub / github.com/microsoft/SandDance / readLazyComponentType

Function readLazyComponentType

docs/external/js/react-dom.development.js:11996–12004  ·  view source on GitHub ↗
(lazyComponent)

Source from the content-addressed store, hash-verified

11994 return baseProps;
11995 }
11996 function readLazyComponentType(lazyComponent) {
11997 initializeLazyComponentType(lazyComponent);
11998
11999 if (lazyComponent._status !== Resolved) {
12000 throw lazyComponent._result;
12001 }
12002
12003 return lazyComponent._result;
12004 }
12005
12006 var valueCursor = createCursor(null);
12007 var rendererSigil;

Callers 1

mountLazyComponentFunction · 0.85

Calls 1

Tested by

no test coverage detected