Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ App
Function
App
packages/react-dom/src/__tests__/ReactTestUtilsAct-test.js:68–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
67
describe(
'unacted effects'
, () => {
68
function
App() {
69
React.useEffect(() => {}, []);
70
return
null;
71
}
72
73
// @gate __DEV__
74
it(
'does not warn'
, () => {
Callers
nothing calls this directly
Calls
7
doSomething
Function · 0.85
something
Function · 0.85
somethingAsync
Function · 0.85
sleep
Function · 0.70
ticker
Function · 0.70
someAsyncFunction
Function · 0.70
then
Method · 0.65
Tested by
no test coverage detected