MCPcopy
hub / github.com/reactjs/react-modal / setAppElement

Method setAppElement

src/components/Modal.js:31–33  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

29
30class Modal extends Component {
31 static setAppElement(element) {
32 ariaAppHider.setElement(element);
33 }
34
35 /* eslint-disable react/no-unused-prop-types */
36 static propTypes = {

Callers 4

Modal.spec.jsFile · 0.80
app.jsFile · 0.80
app.jsFile · 0.80
app.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected