MCPcopy
hub / github.com/alm-tools/alm / componentDidUpdate

Method componentDidUpdate

src/app/ui.tsx:37–40  ·  view source on GitHub ↗

* You generally want afterComponentDidUpdate.

()

Source from the content-addressed store, hash-verified

35 * You generally want afterComponentDidUpdate.
36 */
37 componentDidUpdate() {
38 this._afterComponentDidUpdateQueue.forEach(cb => cb());
39 this._afterComponentDidUpdateQueue = [];
40 }
41
42 getParentDomNode = () => {
43 let node = ReactDOM.findDOMNode(this);

Callers

nothing calls this directly

Calls 1

forEachMethod · 0.65

Tested by

no test coverage detected