MCPcopy Create free account
hub / github.com/RobPruzan/react-scratch / MegaChild

Function MegaChild

src/script.ts:377–382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

375};
376
377export const MegaChild = () => {
378 console.log("megachild re-render");
379 return React.createElement("div", {
380 innerText: "ima mega child",
381 });
382};
383
384const ConditionalTest = () => {
385 const [cond, setCond] = React.useState(false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected