Skip to content

Commit 7962a2e

Browse files
authored
Update adding-interactivity.md
1 parent 6f0f0e6 commit 7962a2e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/content/learn/adding-interactivity.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,7 @@ setCount(count + 1); // Entraînera un nouveau rendu avec la valeur 1
265265
console.log(count); // Toujours 0 !
266266
```
267267

268-
<<<<<<< HEAD
269268
Ce comportement vous aide à éviter des bugs subtils. Voici une petite appli de discussion. Essayez de deviner ce qui se passe si vous appuyez sur « Envoyer » d’abord, *et ensuite* changez le destinataire pour Bob. Quel nom apparaîtra dans le `alert` cinq secondes plus tard ?
270-
=======
271-
This behavior helps you avoid subtle bugs. Here is a little chat app. Try to guess what happens if you press "Send" first and *then* change the recipient to Bob. Whose name will appear in the `alert` five seconds later?
272-
>>>>>>> 6274d4faf5afcef74357871d06191558050e23d3
273269

274270
<Sandpack>
275271

0 commit comments

Comments
 (0)