MCPcopy Create free account
hub / github.com/dharness/react-chat-window / constructor

Function constructor

src/components/UserInput.js:12–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10class UserInput extends Component {
11
12 constructor() {
13 super();
14 this.state = {
15 inputActive: false,
16 inputHasText: false,
17 emojiPickerIsOpen: false,
18 emojiFilter: ''
19 };
20 }
21
22 componentDidMount() {
23 this.emojiPickerButton = document.querySelector('#sc-emoji-picker-button');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected