MCPcopy
hub / github.com/facebook/react / Child

Function Child

packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js:2311–2314  ·  view source on GitHub ↗
({text})

Source from the content-addressed store, hash-verified

2309 }
2310
2311 function Child({text}) {
2312 Scheduler.log(text);
2313 return text;
2314 }
2315
2316 function App() {
2317 const value = useSyncExternalStore(

Callers

nothing calls this directly

Calls 3

readTextFunction · 0.70
useSyncExternalStoreFunction · 0.50
useFunction · 0.50

Tested by

no test coverage detected