MCPcopy Create free account
hub / github.com/QuarkGluonPlasma/react-course-code / App

Function App

context-trap/src/App2.tsx:53–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51};
52
53const App = () => (
54 <AaaProvider>
55 <BbbProvider>
56 <Aaa />
57 <Bbb />
58 </BbbProvider>
59 </AaaProvider>
60);
61
62const Aaa = () => {
63 const { aaa, setAaa } = useContext(aaaContext);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected