Skip to content

Commit c90bd25

Browse files
committed
Merge branch 'main' into sync-11cb6b59
2 parents 384d9e5 + c023071 commit c90bd25

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed
168 KB
Loading

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ March 26 - 27, 2026. In-person in Paris, France (hybrid event)
6060
## Past Conferences {/*past-conferences*/}
6161

6262

63-
### React Nexus 2025 {/*react-nexus-2025*/}
64-
July 03 - 05, 2025. In-person in Bangalore, India
63+
### React Norway 2025 {/*react-norway-2025*/}
64+
June 13, 2025. In-person in Oslo, Norway + remote (virtual event)
6565

66-
[Website](https://reactnexus.com/) - [Twitter](https://x.com/ReactNexus) - [Bluesky](https://bsky.app/profile/reactnexus.com) - [Linkedin](https://www.linkedin.com/company/react-nexus) - [YouTube](https://www.youtube.com/reactify_in)
66+
[Website](https://reactnorway.com/) - [Twitter](https://x.com/ReactNorway)
6767

6868
### React Summit 2025 {/*react-summit-2025*/}
6969
June 13 - 17, 2025. In-person in Amsterdam, Netherlands + remote (hybrid event)

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

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

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

286+
<<<<<<< HEAD
286287
<<<<<<< HEAD
287288
1. Sehemu ya _Files_ na orodha ya mafaili kama `App.js`, `index.js`, `styles.css` na folda inayoitwa `public`
288289
1. _Kihariri cha msimbo_ ambapo utaona msimbo wa chanzo wa faili uliyouchagua
289290
1. Sehemu ya _kivinjari_ ambapo utaona jinsi msimbo ulioandika utakavyonyeshwa
290291
=======
292+
=======
291293
1. The _Files_ section with a list of files like `App.js`, `index.js`, `styles.css` in `src` folder and a folder called `public`
292294
1. The _code editor_ where you'll see the source code of your selected file
293295
1. The _browser_ section where you'll see how the code you've written will be displayed
@@ -2253,9 +2255,11 @@ body {
22532255
22542256
</Sandpack>
22552257
2258+
<<<<<<< HEAD
22562259
<<<<<<< HEAD
22572260
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.)
22582261
=======
2262+
=======
22592263
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.)
22602264
>>>>>>> 11cb6b591571caf5fa2a192117b6a6445c3f2027
22612265

src/content/reference/react/Activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,4 +1248,4 @@ When an `<Activity>` is "hidden", all its children's Effects are cleaned up. Con
12481248
12491249
If you're relying on an Effect mounting to clean up a component's side effects, refactor the Effect to do the work in the returned cleanup function instead.
12501250
1251-
To eagerly find problematic Effects, we recommend adding [`<StrictMode>`](/reference/react/StrictMode) which will eagerly perform Activity unmounts and mounts to catch any unexpected side-effects.
1251+
To eagerly find problematic Effects, we recommend adding [`<StrictMode>`](/reference/react/StrictMode) which will eagerly perform Activity unmounts and mounts to catch any unexpected side-effects.

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)