diff --git a/docs/integrating-with-other-libraries.md b/docs/integrating-with-other-libraries.md index 4f393a97..85704ab5 100644 --- a/docs/integrating-with-other-libraries.md +++ b/docs/integrating-with-other-libraries.md @@ -320,7 +320,7 @@ class Item extends React.Component { class List extends React.Component { constructor(props) { super(props); - this.handleChange = this.handleChange(); + this.handleChange = this.handleChange.bind(this); } handleChange() {