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

Function B

packages/react-reconciler/src/__tests__/useSyncExternalStore-test.js:302–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300 }
301
302 function B() {
303 const value = useSyncExternalStore(store.subscribe, store.getState);
304 return <Text text={'B: ' + value} />;
305 }
306
307 function App() {
308 return (

Callers

nothing calls this directly

Calls 1

useSyncExternalStoreFunction · 0.50

Tested by

no test coverage detected