Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuarkGluonPlasma/react-course-code
/ App
Function
App
context-trap/src/App.tsx:35–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
};
34
35
const App = () => (
36
<Provider>
37
<Aaa />
38
<Bbb />
39
</Provider>
40
);
41
42
const Aaa = () => {
43
const { aaa, setAaa } = useContext(context);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected