MCPcopy Index your code
hub / github.com/caseywebdev/react-list / createFiberFromText

Function createFiberFromText

docs/index.js:13076–13080  ·  view source on GitHub ↗
(content, mode, lanes)

Source from the content-addressed store, hash-verified

13074 return pendingProps;
13075}
13076function createFiberFromText(content, mode, lanes) {
13077 content = createFiberImplClass(6, content, null, mode);
13078 content.lanes = lanes;
13079 return content;
13080}
13081function createFiberFromPortal(portal, mode, lanes) {
13082 mode = createFiberImplClass(
13083 4,

Callers 3

updateTextNodeFunction · 0.85
createChildFunction · 0.85
reconcileChildFibersImplFunction · 0.85

Calls 2

createFiberImplClassFunction · 0.85
createFiberFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…