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 047baa8 commit 949e37cCopy full SHA for 949e37c
src/content/reference/rules/rules-of-hooks.md
@@ -129,7 +129,7 @@ function FriendList() {
129
const [onlineStatus, setOnlineStatus] = useOnlineStatus(); // ✅
130
}
131
132
-function setOnlineStatus() { // ❌ Not a component or custom Hook!
+function setOnlineStatus() { // ❌ Bir bileşen veya özel Hook değil!
133
const [onlineStatus, setOnlineStatus] = useOnlineStatus();
134
135
```
0 commit comments