Dan Abramov
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 ( |
|
|
|