MCPcopy Index your code
hub / github.com/reactjs/react-modal / constructor

Function constructor

examples/basic/forms/index.js:10–14  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

8
9class Forms extends Component {
10 constructor(props) {
11 super(props);
12
13 this.state = { isOpen: false };
14 }
15
16 toggleModal = event => {
17 console.log(event);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…