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

Function App

packages/react-dom/src/__tests__/ReactDOMFizzDeferredValue-test.js:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76
77 it('returns initialValue argument, if provided', async () => {
78 function App() {
79 return useDeferredValue('Final', 'Initial');
80 }
81
82 const stream = await serverAct(() =>
83 ReactDOMServer.renderToReadableStream(<App />),

Callers

nothing calls this directly

Calls 1

useDeferredValueFunction · 0.50

Tested by

no test coverage detected