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

Function EvenLower

src/script.ts:594–603  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

592};
593
594const EvenLower = () => {
595 const readContext = React.useContext(TestContext);
596
597 console.log("being rendered lower");
598 console.log(readContext);
599
600 return React.createElement("span", {
601 innerText: "test lower" + readContext.hello,
602 });
603};
604
605const ParentContextTest = () => {
606 return React.createElement(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected