MCPcopy Create free account
hub / github.com/plotly/dash / createFiberFromFragment

Function createFiberFromFragment

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

Source from the content-addressed store, hash-verified

28521 return fiber;
28522 }
28523 function createFiberFromFragment(elements, mode, lanes, key) {
28524 var fiber = createFiber(Fragment, elements, key, mode);
28525 fiber.lanes = lanes;
28526 return fiber;
28527 }
28528
28529 function createFiberFromProfiler(pendingProps, mode, lanes, key) {
28530 {

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…