MCPcopy Index your code
hub / github.com/reactstrap/reactstrap / componentDidUpdate

Function componentDidUpdate

src/PopperContent.js:74–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 componentDidUpdate() {
75 if (
76 this._element &&
77 this._element.childNodes &&
78 this._element.childNodes[0] &&
79 this._element.childNodes[0].focus
80 ) {
81 this._element.childNodes[0].focus();
82 }
83 }
84
85 onClosed() {
86 this.props.onClosed();

Callers

nothing calls this directly

Calls 1

focusMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…