Héliton Nordt
7 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/hooks-faq.md
|
|
@ -407,7 +407,7 @@ function TodosApp() { |
|
|
|
} |
|
|
|
``` |
|
|
|
|
|
|
|
Any child in the tree inside `TodosApp` can read use the `dispatch` function to pass actions up to `TodosApp`: |
|
|
|
Any child in the tree inside `TodosApp` can use the `dispatch` function to pass actions up to `TodosApp`: |
|
|
|
|
|
|
|
```js{2,3} |
|
|
|
function DeepChild(props) { |
|
|
|