質問編集履歴
2
誤字修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -153,7 +153,3 @@
|
|
153
153
|
|
154
154
|
|
155
155
|
```
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
■
|
1
「問題」のrefに型を設定
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,9 +16,9 @@
|
|
16
16
|
|
17
17
|
上記の場合、Parentからは以下の`ref`を渡す必要があります。
|
18
18
|
|
19
|
-
・IntersectionObserverを設定するための`ref`
|
19
|
+
・IntersectionObserverを設定するための`ref`(Child.Handler)
|
20
20
|
|
21
|
-
・`Child.animate()`を実行するための`ref`
|
21
|
+
・`Child.animate()`を実行するための`ref`(HTMLDivElement)
|
22
22
|
|
23
23
|
|
24
24
|
|