From 5f514fc742ced86eb02fd989d8b4df0dee43e459 Mon Sep 17 00:00:00 2001 From: goodsmell <87801306+goodsmell@users.noreply.github.com> Date: Wed, 6 May 2026 20:01:12 +0900 Subject: [PATCH] docs: fix duplicate form text in effects page --- src/content/learn/synchronizing-with-effects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/learn/synchronizing-with-effects.md b/src/content/learn/synchronizing-with-effects.md index ffc606bdf..6542ef3b1 100644 --- a/src/content/learn/synchronizing-with-effects.md +++ b/src/content/learn/synchronizing-with-effects.md @@ -1112,7 +1112,7 @@ export default function Form() { const [upper, setUpper] = useState(false); return ( <> - +

{show && (