MCPcopy
hub / github.com/facebook/react / next

Function next

packages/react-reconciler/src/ReactChildFiber.js:1419–1421  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1417 // reusing that code path.
1418 const iterator: Iterator<mixed> = ({
1419 next(): IteratorResult<mixed, void> {
1420 return unwrapThenable(newChildren.next());
1421 },
1422 }: any);
1423
1424 return reconcileChildrenIterator(

Callers 4

server.tsxFile · 0.50
server.jsFile · 0.50
handleErrorsFunction · 0.50
handleErrorsFunction · 0.50

Calls 2

nextMethod · 0.80
unwrapThenableFunction · 0.70

Tested by

no test coverage detected