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

Function render

packages/react-dom/src/__tests__/ReactUpdates-test.js:507–510  ·  packages/react-dom/src/__tests__/ReactUpdates-test.js::render
()

Source from the content-addressed store, hash-verified

505
506 class Bottom extends React.Component {
507 render() {
508 Scheduler.log(class="st">'Bottom');
509 return null;
510 }
511 }
512
513 const container = document.createElement(class="st">'div');

Calls

no outgoing calls

Tested by

no test coverage detected