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 74822be commit 5f514fcCopy full SHA for 5f514fc
1 file changed
src/content/learn/synchronizing-with-effects.md
@@ -1112,7 +1112,7 @@ export default function Form() {
1112
const [upper, setUpper] = useState(false);
1113
return (
1114
<>
1115
- <button onClick={() => setShow(s => !s)}>form {show ? '숨기기' : '보기'} form</button>
+ <button onClick={() => setShow(s => !s)}>form {show ? '숨기기' : '보기'}</button>
1116
<br />
1117
<hr />
1118
{show && (
0 commit comments