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

Function render

packages/react-dom/src/__tests__/ReactUpdates-test.js:507–510  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected