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

Function if

packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js:7081–7083  ·  view source on GitHub ↗
(prerendering)

Source from the content-addressed store, hash-verified

7079
7080 function Postpone() {
7081 if (prerendering) {
7082 React.unstable_postpone();
7083 }
7084 return 'Hello';
7085 }
7086

Callers 1

Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected