We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e29bf commit 47f8884Copy full SHA for 47f8884
content/docs/implementation-notes.md
@@ -594,7 +594,7 @@ class CompositeComponent {
594
// ...
595
```
596
597
-続いて、レンダリングされた要素の `type` を見てみましょう。もし最後のレンダリング以降、`type` が変更されていなければ、下記のコンポーネントもその場で更新されれば良いということになります。
+続いて、レンダーされた要素の `type` を見てみましょう。もし最後のレンダー以降、`type` が変更されていなければ、これより下のコンポーネントもその場で更新されれば良いということになります。
598
599
例えばコンポーネントが最初に `<Button color="red" />` を返し、2 回目に `<Button color="blue" />` を返したなら、対応する内部インスタンスに次の要素を receive() するよう伝えるだけでよいのです:
600
0 commit comments