Skip to content

Commit

Permalink
Update forwardRef.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alioguzhan authored Jan 18, 2024
1 parent 1ac25bb commit 4eeb480
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/content/reference/react/forwardRef.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,7 @@ const MyInput = forwardRef(function MyInput(props, ref) {

#### Uyarılar {/*caveats*/}

<<<<<<< HEAD
* Katı Mod (Strict Mode) ile, React render fonksiyonunuzu **iki kez çağırarak** [istemeden yapılan hataları bulmanızı kolaylaştırır](#my-initializer-or-updater-function-runs-twice). Bu, yalnızca geliştirme ortamı davranışıdır ve canlı ortamı etkilemez. Eğer render fonksiyonunuz saf (olması gerektiği gibi) ise, bu bileşenin işleyişine zarar vermemelidir. Çağrılardan birinin sonucu göz ardı edilecektir.
=======
* In Strict Mode, React will **call your render function twice** in order to [help you find accidental impurities.](/reference/react/useState#my-initializer-or-updater-function-runs-twice) This is development-only behavior and does not affect production. If your render function is pure (as it should be), this should not affect the logic of your component. The result from one of the calls will be ignored.
>>>>>>> 6bfde58c109ec86fd6c5767421404cb679ffba9a
* Katı Mod (Strict Mode) ile, React render fonksiyonunuzu **iki kez çağırarak** [istemeden yapılan hataları bulmanızı kolaylaştırır](/reference/react/useState#my-initializer-or-updater-function-runs-twice). Bu, yalnızca geliştirme ortamı davranışıdır ve canlı ortamı etkilemez. Eğer render fonksiyonunuz saf (olması gerektiği gibi) ise, bu bileşenin işleyişine zarar vermemelidir. Çağrılardan birinin sonucu göz ardı edilecektir.

---

Expand Down

0 comments on commit 4eeb480

Please sign in to comment.