We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7586abb commit 9680e2eCopy full SHA for 9680e2e
1 file changed
src/content/reference/rules/rules-of-hooks.md
@@ -39,7 +39,7 @@ Hook'ları (`use` ile başlayan fonksiyonlar) başka herhangi bir durumda çağ
39
* 🔴 Hook'ları koşullu bir `return` ifadesinden sonra çağırmayın.
40
* 🔴 Hook'ları olay işleyicilerinde çağırmayın.
41
* 🔴 Hook'ları sınıf bileşenlerinde çağırmayın.
42
-* 🔴 Do not call Hooks inside functions passed to `useMemo`, `useReducer`, or `useEffect`.
+* 🔴 Hook'ları `useMemo`, `useReducer` veya `useEffect`'e geçirilen fonksiyonların içinde çağırmayın.
43
* 🔴 Do not call Hooks inside `try`/`catch`/`finally` blocks.
44
45
If you break these rules, you might see this error.
0 commit comments