We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4713fd8 commit bc74e32Copy full SHA for bc74e32
2 files changed
slides/06.0.mdx
@@ -54,6 +54,7 @@ function DogInfo({dogId}) {
54
// handle the error
55
})
56
}
57
+
58
// didMount
59
React.useEffect(() => {
60
fetchDog()
slides/07.mdx
@@ -8,7 +8,7 @@ function YoYoScreen() {
8
9
const handleUpdate = updates => dispatch({type: 'update', updates})
10
11
- return <YoYoInfo yoyo={data} onUpdate={handleUpdate} />
+ return <YoYoInfo yoyo={yoyo} onUpdate={handleUpdate} />
12
13
```
14
0 commit comments