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

Function IsItARootTHing

src/script.ts:514–524  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

512}
513
514const IsItARootTHing = () => {
515 return React.createElement(
516 "div",
517 null,
518 React.createElement(
519 SimpleParent,
520 null,
521 React.createElement(SimpleChild, null)
522 )
523 );
524};
525const DeadParent = () => {
526 const [x, setX] = React.useState(0);
527 return React.createElement(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected