Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
findDOMNode.test.jsx
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected