Skip to content

Commit 3b08492

Browse files
committed
chore: resolve merge conflicts in adding-interactivity.md and vercel.json
1 parent 89de807 commit 3b08492

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
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); // Request a re-render with 1
265265
console.log(count); // Still 0!
266266
```
267267

268-
<<<<<<< HEAD
269268
이 동작은 미묘한 버그를 피하는 데 도움이 됩니다. 간단한 채팅 앱을 예시로 들겠습니다. "Send"를 먼저 누른 *다음* 수신자를 Bob으로 변경하면 어떻게 될지 추측해 보세요. 5초 후에 `alert`에 어떤 이름이 나타날까요?
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

vercel.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,7 @@
9696
},
9797
{
9898
"source": "/link/legacy-context",
99-
<<<<<<< HEAD
10099
"destination": "https://ko.react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-removing-legacy-context",
101-
=======
102-
"destination": "https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-removing-legacy-context",
103-
>>>>>>> 6274d4faf5afcef74357871d06191558050e23d3
104100
"permanent": false
105101
},
106102
{

0 commit comments

Comments
 (0)