MCPcopy Create free account
hub / github.com/reactjs/react-modal / constructor

Method constructor

specs/Modal.helpers.spec.js:123–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 let input;
122 class TestWebComponent extends HTMLElement {
123 constructor() {
124 super();
125 }
126
127 connectedCallback() {
128 this.attachShadow({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected