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

Method connectedCallback

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

Source from the content-addressed store, hash-verified

200 }
201
202 connectedCallback() {
203 this.innerHTML = '<button>Normal button</button>';
204 this.style.display = "block";
205 this.style.width = "100px";
206 this.style.height = "25px";
207 }
208 }
209
210 const registerButtonComponent = () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected