Skip to content

Commit 56f2bd7

Browse files
authored
Merge branch 'main' into sync-f8c81a0f
2 parents f551c7d + f8e0d8f commit 56f2bd7

File tree

6 files changed

+6
-19
lines changed

6 files changed

+6
-19
lines changed
168 KB
Loading

src/components/Layout/Page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {useRouter} from 'next/router';
1515
import {SidebarNav} from './SidebarNav';
1616
import {Footer} from './Footer';
1717
import {Toc} from './Toc';
18-
// import SocialBanner from '../SocialBanner';
18+
import SocialBanner from '../SocialBanner';
1919
import {DocsPageFooter} from 'components/DocsFooter';
2020
import {Seo} from 'components/Seo';
2121
import PageHeading from 'components/PageHeading';

src/components/PageHeading.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ function PageHeading({
3434
tags = [],
3535
breadcrumbs,
3636
}: PageHeadingProps) {
37+
console.log('version', version);
3738
return (
3839
<div className="px-5 sm:px-12 pt-3.5">
3940
<div className="max-w-4xl ms-0 2xl:mx-auto">

src/content/community/conferences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ February 12-13, 2026. In-person in New Delhi, India
5959
### React Paris 2026 {/*react-paris-2026*/}
6060
March 26 - 27, 2026. In-person in Paris, France (hybrid event)
6161

62-
[Website](https://react.paris/) - [Twitter](https://x.com/BeJS_)
62+
[Website](https://www.reactuniverseconf.com/) - [Twitter](https://twitter.com/react_native_eu) - [LinkedIn](https://www.linkedin.com/events/reactuniverseconf7163919537074118657/)
6363

6464

6565
### CityJS London 2026 {/*cityjs-london-2026*/}

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -283,15 +283,9 @@ Katika CodeSandbox utaona sehemu tatu kuu:
283283

284284
![CodeSandbox na msimbo wa mwanzo](../images/tutorial/react-starter-code-codesandbox.png)
285285

286-
<<<<<<< HEAD
287286
1. Sehemu ya _Files_ na orodha ya mafaili kama `App.js`, `index.js`, `styles.css` na folda inayoitwa `public`
288287
1. _Kihariri cha msimbo_ ambapo utaona msimbo wa chanzo wa faili uliyouchagua
289288
1. Sehemu ya _kivinjari_ ambapo utaona jinsi msimbo ulioandika utakavyonyeshwa
290-
=======
291-
1. The _Files_ section with a list of files like `App.js`, `index.js`, `styles.css` in `src` folder and a folder called `public`
292-
1. The _code editor_ where you'll see the source code of your selected file
293-
1. The _browser_ section where you'll see how the code you've written will be displayed
294-
>>>>>>> f8c81a0f4f8e454c850f0c854ad054b32313345c
295289

296290
Faili ya `App.js` inapaswa kuchaguliwa katika sehemu ya _Files_. Maudhui ya faili hiyo katika _mhariri wa msimbo_ yanapaswa kuwa:
297291

@@ -2253,11 +2247,7 @@ body {
22532247
22542248
</Sandpack>
22552249
2256-
<<<<<<< HEAD
22572250
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.)
2258-
=======
2259-
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.)
2260-
>>>>>>> f8c81a0f4f8e454c850f0c854ad054b32313345c
22612251
22622252
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).
22632253

src/sidebarReference.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@
177177
]
178178
},
179179
{
180-
<<<<<<< HEAD
181180
"title": "Directives",
182181
"path": "/reference/react/directives",
183182
"canary": true,
@@ -188,16 +187,13 @@
188187
"canary": true
189188
},
190189
{
191-
"title": "'use server'",
192-
"path": "/reference/react/use-server",
193-
"canary": true
194-
190+
"title": "unstable_addTransitionType",
191+
"path": "/reference/react/addTransitionType",
192+
"version": "experimental"
195193
}
196194
]
197195
},
198196
{
199-
=======
200-
>>>>>>> 9e1f5cd590fd066e72dda9022237bee30b499951
201197
"hasSectionHeader": true,
202198
"sectionHeader": "react-dom@{{version}}"
203199
},

0 commit comments

Comments
 (0)