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 690b7fe commit b5f7384Copy full SHA for b5f7384
src/content/reference/rules/rules-of-hooks.md
@@ -97,7 +97,7 @@ class Bad extends React.Component {
97
98
function Bad() {
99
try {
100
- // 🔴 Bad: inside try/catch/finally block (to fix, move it outside!)
+ // 🔴 Kötü: try/catch/finally bloğu içinde (düzeltmek için dışarı taşıyın!)
101
const [x, setX] = useState(0);
102
} catch {
103
const [x, setX] = useState(1);
0 commit comments