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

Function createFiberFromFragment

docs/external/js/react-dom.development.js:24132–24136  ·  view source on GitHub ↗
(elements, mode, expirationTime, key)

Source from the content-addressed store, hash-verified

24130 return fiber;
24131 }
24132 function createFiberFromFragment(elements, mode, expirationTime, key) {
24133 var fiber = createFiber(Fragment, elements, key, mode);
24134 fiber.expirationTime = expirationTime;
24135 return fiber;
24136 }
24137
24138 function createFiberFromProfiler(pendingProps, mode, expirationTime, key) {
24139 {

Callers 5

updateFragmentFunction · 0.85
createChildFunction · 0.85
reconcileSingleElementFunction · 0.85
updateSuspenseComponentFunction · 0.85

Calls 1

createFiberFunction · 0.85

Tested by

no test coverage detected