We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f19007 commit 3bbd7fbCopy full SHA for 3bbd7fb
1 file changed
src/content/reference/rules/rules-of-hooks.md
@@ -72,7 +72,7 @@ function Bad({ cond }) {
72
73
function Bad() {
74
function handleClick() {
75
- // 🔴 Bad: inside an event handler (to fix, move it outside!)
+ // 🔴 Kötü: bir olay işleyicisinin içinde (düzeltmek için dışarı taşıyın!)
76
const theme = useContext(ThemeContext);
77
}
78
// ...
0 commit comments