Skip to content

Commit 1d8ecb6

Browse files
committed
Merge branch 'main' into sync-49c2d267
2 parents f0418d3 + 8570859 commit 1d8ecb6

5 files changed

Lines changed: 8 additions & 11 deletions

File tree

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/reference/react/Activity.md

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

14101410
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.
14111411

1412-
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.
1412+
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
@@ -175,7 +175,6 @@
175175
]
176176
},
177177
{
178-
<<<<<<< HEAD
179178
"title": "Directives",
180179
"path": "/reference/react/directives",
181180
"canary": true,
@@ -186,16 +185,13 @@
186185
"canary": true
187186
},
188187
{
189-
"title": "'use server'",
190-
"path": "/reference/react/use-server",
191-
"canary": true
192-
188+
"title": "unstable_addTransitionType",
189+
"path": "/reference/react/addTransitionType",
190+
"version": "experimental"
193191
}
194192
]
195193
},
196194
{
197-
=======
198-
>>>>>>> 9e1f5cd590fd066e72dda9022237bee30b499951
199195
"hasSectionHeader": true,
200196
"sectionHeader": "react-dom@{{version}}"
201197
},

0 commit comments

Comments
 (0)