Skip to content

Commit 9954bf5

Browse files
committed
Resolve merge conflicts
1 parent c2aac9c commit 9954bf5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/content/learn/adding-interactivity.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,7 @@ setCount(count + 1); // Solicitar un nuevo renderizado con 1.
265265
console.log(count); // ¡Todavía 0!
266266
```
267267

268-
<<<<<<< HEAD
269-
Este comportamiento te ayuda a evitar errores sutiles. Aquí hay una pequeña aplicación de chat. Intenta adivinar qué sucede si presionas "Enviar" primero y *luego* cambias el destinatario a Bob. ¿El nombre de quién aparecerá en la `alerta` cinco segundos después?
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
268+
Este comportamiento te ayuda a evitar errores sutiles. Aquí hay una pequeña aplicación de chat. Intenta adivinar qué sucede si presionas "Enviar" primero y *luego* cambias el destinatario a Bob. ¿El nombre de quién aparecerá en la alerta (`alert`) cinco segundos después?
273269

274270
<Sandpack>
275271

0 commit comments

Comments
 (0)