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

Function createFiberFromText

dash/deps/react-dom@18.3.1.js:28572–28576  ·  view source on GitHub ↗
(content, mode, lanes)

Source from the content-addressed store, hash-verified

28570 return fiber;
28571 }
28572 function createFiberFromText(content, mode, lanes) {
28573 var fiber = createFiber(HostText, content, null, mode);
28574 fiber.lanes = lanes;
28575 return fiber;
28576 }
28577 function createFiberFromHostInstanceForDeletion() {
28578 var fiber = createFiber(HostComponent, null, null, NoMode);
28579 fiber.elementType = 'DELETED';

Callers 3

updateTextNodeFunction · 0.70
createChildFunction · 0.70
reconcileSingleTextNodeFunction · 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…