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

Function render

packages/react-dom/src/__tests__/ReactLegacyUpdates-test.js:413–416  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

411
412 class Bottom extends React.Component {
413 render() {
414 numBottomRenders++;
415 return null;
416 }
417 }
418
419 const container = document.createElement('div');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected