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 42f10d2 commit 690b7feCopy full SHA for 690b7fe
src/content/reference/rules/rules-of-hooks.md
@@ -89,7 +89,7 @@ function Bad() {
89
90
class Bad extends React.Component {
91
render() {
92
- // 🔴 Bad: inside a class component (to fix, write a function component instead of a class!)
+ // 🔴 Kötü: bir sınıf bileşeninin içinde (düzeltmek için, sınıf yerine bir fonksiyon bileşeni yazın!)
93
useEffect(() => {})
94
// ...
95
}
0 commit comments