diff --git a/content/docs/integrating-with-other-libraries.md b/content/docs/integrating-with-other-libraries.md index 43b94279..63cf9cc2 100644 --- a/content/docs/integrating-with-other-libraries.md +++ b/content/docs/integrating-with-other-libraries.md @@ -416,7 +416,7 @@ const BackboneNameInput = connectToBackboneModel(NameInput); function Example(props) { function handleChange(e) { - model.set('firstName', e.target.value); + props.model.set('firstName', e.target.value); } return (