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

Method constructor

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

Source from the content-addressed store, hash-verified

196 let button;
197 class ButtonWebComponent extends HTMLElement {
198 constructor() {
199 super();
200 }
201
202 connectedCallback() {
203 this.innerHTML = '<button>Normal button</button>';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected