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

Method connectedCallback

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

Source from the content-addressed store, hash-verified

125 }
126
127 connectedCallback() {
128 this.attachShadow({
129 mode: "open"
130 });
131 this.style.display = "block";
132 this.style.width = "100px";
133 this.style.height = "25px";
134 }
135 }
136
137 const registerTestComponent = () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected