MCPcopy Create free account
hub / github.com/caseywebdev/react-list / resolveLazy

Function resolveLazy

docs/index.js:6260–6263  ·  view source on GitHub ↗
(lazyType)

Source from the content-addressed store, hash-verified

6258 );
6259}
6260function resolveLazy(lazyType) {
6261 var init = lazyType._init;
6262 return init(lazyType._payload);
6263}
6264function createChildReconciler(shouldTrackSideEffects) {
6265 function deleteChild(returnFiber, childToDelete) {
6266 if (shouldTrackSideEffects) {

Callers 2

updateElementFunction · 0.85
reconcileChildFibersImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…