From c4111ddb59e3692b662e124f98b95a79818e50fb Mon Sep 17 00:00:00 2001 From: Zenkie Bear Date: Fri, 14 Jul 2023 16:59:28 +0800 Subject: [PATCH 1/4] docs(cn): update learn/synchronizing-with-effects translation --- src/content/learn/synchronizing-with-effects.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/learn/synchronizing-with-effects.md b/src/content/learn/synchronizing-with-effects.md index fd4a321025..fbe954f2e5 100644 --- a/src/content/learn/synchronizing-with-effects.md +++ b/src/content/learn/synchronizing-with-effects.md @@ -307,7 +307,7 @@ function VideoPlayer({ src, isPlaying }) { console.log('调用 video.pause()'); ref.current.pause(); } - }, []); // 浙江产生错误 + }, []); // 这将产生错误 return