Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ triggerUpdate
Function
triggerUpdate
packages/react-dom/src/__tests__/ReactUpdates-test.js:610–612 ·
view source on GitHub ↗
(c)
Source
from the content-addressed store, hash-verified
608
}
609
610
function
triggerUpdate(c) {
611
c.setState({x: 1});
612
}
613
614
async
function
testUpdates(
615
components,
Callers
2
testUpdates
Function · 0.85
ReactLegacyUpdates-test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected