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

Class A

packages/react-dom/src/__tests__/ReactDOM-test.js:181–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 class A extends React.Component {
182 state = {};
183
184 render() {
185 return <div />;
186 }
187 }
188
189 const myDiv = document.createElement('div');
190 await expect(async () => {

Callers 1

ifFunction · 0.70

Calls

no outgoing calls

Tested by 1

ifFunction · 0.56