MCPcopy
hub / github.com/preactjs/preact / render

Method render

compat/test/browser/findDOMNode.test.jsx:9–13  ·  view source on GitHub ↗
({ something })

Source from the content-addressed store, hash-verified

7
8 class Helper extends React.Component {
9 render({ something }) {
10 if (something == null) return null;
11 if (something === false) return null;
12 return <div />;
13 }
14 }
15
16 beforeEach(() => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected