File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -610,19 +610,7 @@ function ChatRoom({ roomId }) {
610610
611611### Bir değeri, değişikliklerine "tepki vermeden" okumak mı istiyorsunuz? {/*do-you-want-to-read-a-value-without-reacting-to-its-changes*/}
612612
613- <<<<<<< HEAD
614- <Canary>
615-
616- **` useEffectEvent` API’si şu anda yalnızca React’in Canary ve Experimental kanallarında kullanılabilir.**
617-
618- [Learn more about React’s release channels here.](/community/versioning-policy#all-release-channels)
619-
620- </Canary>
621-
622- Kullanıcı yeni bir mesaj aldığında ` isMuted` değeri ` true ` olmadığı sürece bir ses çalmak istediğinizi varsayalım:
623- =======
624- Suppose that you want to play a sound when the user receives a new message unless ` isMuted` is ` true ` :
625- >>>>>>> 11cb6b591571caf5fa2a192117b6a6445c3f2027
613+ Diyelim ki kullanıcı yeni bir mesaj aldığında, eğer ` isMuted` değeri ` true ` değilse bir ses çalmak istiyorsun:
626614
627615` ` ` js {3 ,10 - 12 }
628616function ChatRoom ({ roomId }) {
You can’t perform that action at this time.
0 commit comments