MCPcopy
hub / github.com/plotly/dash / createFiberFromFragment

Function createFiberFromFragment

dash/deps/react-dom@18.2.0.js:28484–28488  ·  view source on GitHub ↗
(elements, mode, lanes, key)

Source from the content-addressed store, hash-verified

28482 return fiber;
28483 }
28484 function createFiberFromFragment(elements, mode, lanes, key) {
28485 var fiber = createFiber(Fragment, elements, key, mode);
28486 fiber.lanes = lanes;
28487 return fiber;
28488 }
28489
28490 function createFiberFromProfiler(pendingProps, mode, lanes, key) {
28491 {

Callers 7

updateFragmentFunction · 0.70
createChildFunction · 0.70
reconcileSingleElementFunction · 0.70

Calls 1

createFiberFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…