Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
30
class
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.js
File · 0.80
app.js
File · 0.80
app.js
File · 0.80
app.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected