mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Update 03-interactivity-and-dynamic-uis.md (#7015)
This commit is contained in:
committed by
Paul O’Shannessy
parent
6b8db0e111
commit
eda159cd28
@@ -16,7 +16,7 @@ class LikeButton extends React.Component {
|
||||
super();
|
||||
this.state = {
|
||||
liked: false
|
||||
}
|
||||
};
|
||||
this.handleClick = this.handleClick.bind(this);
|
||||
}
|
||||
handleClick() {
|
||||
|
||||
Reference in New Issue
Block a user