Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ App
Function
App
packages/react-reconciler/src/__tests__/ReactUse-test.js:146–148 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
144
}
145
146
function
App() {
147
return
<Async />;
148
}
149
150
const
root = ReactNoop.createRoot();
151
await
act(() => {
Callers
nothing calls this directly
Calls
9
getAsyncText
Function · 0.85
startTransition
Function · 0.85
render
Method · 0.65
useMemo
Function · 0.50
use
Function · 0.50
act
Function · 0.50
assertLog
Function · 0.50
useState
Function · 0.50
useTransition
Function · 0.50
Tested by
no test coverage detected