MCPcopy Create free account
hub / github.com/reactjs/react-modal / logChildren

Function logChildren

specs/helper.js:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 console.log(`${label} -----------------`);
22 console.log(document.body.children.length);
23 const logChildren = c => console.log(c.nodeName, c.className, c.id);
24 document.body.children.forEach(logChildren);
25
26 ariaAppLog();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected