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

Function getChildren

packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js:8583–8586  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8581
8582 it('should warn for using generators as children props', async () => {
8583 function* getChildren() {
8584 yield <h1 key="1">Hello</h1>;
8585 yield <h1 key="2">World</h1>;
8586 }
8587
8588 function Foo() {
8589 const children = getChildren();

Callers 1

FooFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected