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

Function render

fixtures/legacy-jsx-runtimes/react-17/react-17.test.js:235–237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

233
234 class ComponentWrapper extends React.Component {
235 render() {
236 return <InnerComponent childSet={[<Component />, <Component />]} />;
237 }
238 }
239
240 expect(() =>

Callers 1

react-17.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected