We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e040e commit 6e43c1eCopy full SHA for 6e43c1e
src/content/reference/react/useEffectEvent.md
@@ -105,7 +105,7 @@ useEffect(() => {
105
}, [roomId]);
106
```
107
108
-Since `onConnected` is an <CodeStep step={1}>Effect Event</CodeStep>, `muted` and `onConnect` are not in the Effect dependencies.
+Since `onConnected` is an <CodeStep step={1}>Effect Event</CodeStep>, `muted` and `onConnected` are not in the Effect dependencies.
109
110
<Pitfall>
111
0 commit comments