Skip to content

Commit a47f4d5

Browse files
authored
docs(cn): review and update
1 parent 449d6cf commit a47f4d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/learn/synchronizing-with-effects.md

+1
Original file line numberDiff line numberDiff line change
@@ -1486,6 +1486,7 @@ export async function fetchBio(person) {
14861486
14871487
</Sandpack>
14881488
1489+
14891490
这段代码中有一个错误。试试首先选择 `Alice`,然后选择 `Bob`,然后紧接着选择 `Taylor`。如果操作得足够快,会注意到这个错误:Taylor 被选中了,但下面的一段却说:“这是Bob的传记。”
14901491
14911492
为什么会发生这种情况?试着修复此 Effect 中的错误。

0 commit comments

Comments
 (0)