You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/reference/rules/rules-of-hooks.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,11 +105,11 @@ function Bad() {
105
105
}
106
106
```
107
107
108
-
You can use the[`eslint-plugin-react-hooks`plugin](https://www.npmjs.com/package/eslint-plugin-react-hooks)to catch these mistakes.
108
+
Bu hataları yakalamak için[`eslint-plugin-react-hooks`eklentisini](https://www.npmjs.com/package/eslint-plugin-react-hooks)kullanabilirsiniz.
109
109
110
110
<Note>
111
111
112
-
[Custom Hooks](/learn/reusing-logic-with-custom-hooks)*may* call other Hooks (that's their whole purpose). This works because custom Hooks are also supposed to only be called while a function component is rendering.
112
+
[Özel Hook'lar](/learn/reusing-logic-with-custom-hooks)*diğer Hook'ları çağırabilir* (tüm amaçları budur). Bu işe yarar çünkü özel Hook'ların da yalnızca bir işlev bileşeni işlenirken çağrılması gerekir.
0 commit comments