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

Function Wrapper

src/script.ts:449–451  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

447};
448
449const Wrapper = () => {
450 return React.createElement(ListTest, {});
451};
452
453const ListAndItemUnder = () => {
454 const [items, setItems] = React.useState([1, 2, 3]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected