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 70a7b64 commit ee068acCopy full SHA for ee068ac
src/content/learn/separating-events-from-effects.md
@@ -44,7 +44,7 @@ function ChatRoom({ roomId }) {
44
return (
45
<>
46
<input value={message} onChange={e => setMessage(e.target.value)} />
47
- <button onClick={handleSendClick}>Send</button>;
+ <button onClick={handleSendClick}>Send</button>
48
</>
49
);
50
}
0 commit comments