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

Function SimpleChild

src/script.ts:191–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 );
190};
191export const SimpleChild = () => {
192 return React.createElement("h2", {
193 innerText: "Im a simple child!!",
194 });
195};
196export const RandomElement = () => {
197 const [random] = React.useState(Math.random());
198 const ref = React.useRef(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected