From 3a9256d5e50c315b6034c67c3d345e1b10b57e15 Mon Sep 17 00:00:00 2001 From: newvo1d Date: Tue, 23 May 2023 15:25:46 +0800 Subject: [PATCH] docs(cn): translate challenges --- .../learn/lifecycle-of-reactive-effects.md | 374 +++++++++--------- 1 file changed, 186 insertions(+), 188 deletions(-) diff --git a/src/content/learn/lifecycle-of-reactive-effects.md b/src/content/learn/lifecycle-of-reactive-effects.md index 5d9554a1a9..4e78b4af44 100644 --- a/src/content/learn/lifecycle-of-reactive-effects.md +++ b/src/content/learn/lifecycle-of-reactive-effects.md @@ -226,12 +226,12 @@ function ChatRoom({ roomId }) { } export default function App() { - const [roomId, setRoomId] = useState('general'); + const [roomId, setRoomId] = useState('综合'); const [show, setShow] = useState(false); return ( <>