Skip to content

Commit bbba6dd

Browse files
authored
Merge branch 'main' into sync-3ee3a60a
2 parents de0897d + 72c44a1 commit bbba6dd

File tree

4 files changed

+1
-25
lines changed

4 files changed

+1
-25
lines changed
168 KB
Loading

src/components/PageHeading.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ function PageHeading({
2727
tags = [],
2828
breadcrumbs,
2929
}: PageHeadingProps) {
30+
console.log('version', version);
3031
return (
3132
<div className="px-5 sm:px-12 pt-3.5">
3233
<div className="max-w-4xl ms-0 2xl:mx-auto">

src/content/learn/tutorial-tic-tac-toe.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2247,11 +2247,7 @@ body {
22472247
22482248
</Sandpack>
22492249
2250-
<<<<<<< HEAD
22512250
Unapozunguka kupitia orodha ya `history` ndani ya function unayopitisha kwa `map`, hoja ya `squares` inapitia kila kipengele cha `history`, na hoja ya `move` inapitia kila kiashiria cha orodha: `0`, `1`, `2`, …. (Katika hali nyingi, ungehitaji vipengele halisi vya orodha, lakini ili kuonyesha orodha ya harakati utahitaji tu viashiria.)
2252-
=======
2253-
As you iterate through the `history` array inside the function you passed to `map`, the `squares` argument goes through each element of `history`, and the `move` argument goes through each array index: `0`, `1`, `2`, …. (In most cases, you'd need the actual array elements, but to render a list of moves you will only need indexes.)
2254-
>>>>>>> 3ee3a60a1bcc687c0b87039a3a6582e3b1d6887c
22552251
22562252
Kwa kila harakati katika historia ya mchezo wa tic-tac-toe, unaunda kipengele cha orodha `<li>` kinachojumuisha kitufe `<button>`. Kitufe kinakuwa na kihariri cha `onClick` kinachoitwa function inayoitwa `jumpTo` (ambayo huja kuwa umeitekeleza bado).
22572253

src/sidebarReference.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -169,27 +169,6 @@
169169
]
170170
},
171171
{
172-
<<<<<<< HEAD
173-
"title": "Directives",
174-
"path": "/reference/react/directives",
175-
"canary": true,
176-
"routes": [
177-
{
178-
"title": "'use client'",
179-
"path": "/reference/react/use-client",
180-
"canary": true
181-
},
182-
{
183-
"title": "'use server'",
184-
"path": "/reference/react/use-server",
185-
"canary": true
186-
187-
}
188-
]
189-
},
190-
{
191-
=======
192-
>>>>>>> 9e1f5cd590fd066e72dda9022237bee30b499951
193172
"hasSectionHeader": true,
194173
"sectionHeader": "react-dom@{{version}}"
195174
},

0 commit comments

Comments
 (0)