MCPcopy Index your code
hub / github.com/react/react / Content

Function Content

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

Source from the content-addressed store, hash-verified

96 'final value instead',
97 async () => {
98 function Content() {
99 const isInitial = useDeferredValue(false, true);
100 if (isInitial) {
101 React.unstable_postpone();
102 }
103 return <Text text="Final" />;
104 }
105
106 function App() {
107 return (

Callers

nothing calls this directly

Calls 1

useDeferredValueFunction · 0.50

Tested by

no test coverage detected