Skip to content

Commit 5a541a8

Browse files
authored
Merge branch 'main' into sync-d34c6a2c
2 parents 047b376 + c8c30d9 commit 5a541a8

File tree

7 files changed

+6
-37
lines changed

7 files changed

+6
-37
lines changed

next-env.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
/// <reference types="next/navigation-types/compat/navigation" />
43

54
// NOTE: This file should not be edited
6-
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
5+
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
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/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+
### CityJS London 2025 {/*cityjs-london*/}
64+
April 23 - 25, 2025. In-person in London, UK
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://london.cityjsconf.org/) - [Twitter](https://x.com/cityjsconf) - [Bluesky](https://bsky.app/profile/cityjsconf.bsky.social)
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: 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-
>>>>>>> d34c6a2c6fa49fc6f64b07aa4fa979d86d41c4e8
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-
>>>>>>> d34c6a2c6fa49fc6f64b07aa4fa979d86d41c4e8
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/content/reference/react/Activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,4 +1415,4 @@ When an `<Activity>` is "hidden", all its children's Effects are cleaned up. Con
14151415

14161416
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.
14171417

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

0 commit comments

Comments
 (0)