Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ componentDidUpdate
Method
componentDidUpdate
packages/react-dom/src/__tests__/ReactUpdates-test.js:681–684 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
679
a = this;
680
}
681
componentDidUpdate() {
682
expect(findDOMNode(b).textContent).toBe(
'B1'
);
683
aUpdated = true;
684
}
685
686
render() {
687
let
portal = null;
Callers
nothing calls this directly
Calls
2
toBe
Method · 0.65
findDOMNode
Function · 0.50
Tested by
no test coverage detected