-
Notifications
You must be signed in to change notification settings - Fork 1
WTF Reactjs
HOA PHAN edited this page May 14, 2023
·
1 revision
constructor(props) {
super(props);
// Missing line
}
handleClick() {...}
}
then
this.handleClick = this.handleClick.bind(this);