Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/reactjs/react-modal
/ constructor
Method
constructor
examples/wc/app.js:76–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
75
class
AwesomeButton extends HTMLElement {
76
constructor() {
77
super();
78
}
79
80
// this shows with no shadow root
81
connectedCallback() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected