MCPcopy Create free account
hub / github.com/reactjs/react-rails / createFiberFromFragment

Function createFiberFromFragment

lib/assets/react-source/development/react.js:27692–27696  ·  view source on GitHub ↗
(elements, mode, expirationTime, key)

Source from the content-addressed store, hash-verified

27690 return fiber;
27691 }
27692 function createFiberFromFragment(elements, mode, expirationTime, key) {
27693 var fiber = createFiber(Fragment, elements, key, mode);
27694 fiber.expirationTime = expirationTime;
27695 return fiber;
27696 }
27697
27698 function createFiberFromProfiler(pendingProps, mode, expirationTime, key) {
27699 {

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