Skip to content

Commit b16417d

Browse files
authored
Merge branch 'main' into sync-a5181c29
2 parents 4562b52 + d8bff8b commit b16417d

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
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/community/conferences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ March 26 - 27, 2026. In-person in Paris, France (hybrid event)
6363
### React Nexus 2025 {/*react-nexus-2025*/}
6464
July 03 - 05, 2025. In-person in Bangalore, India
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://appjs.co) - [Twitter](https://twitter.com/appjsconf)
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
@@ -170,7 +170,6 @@
170170
]
171171
},
172172
{
173-
<<<<<<< HEAD
174173
"title": "Directives",
175174
"path": "/reference/react/directives",
176175
"canary": true,
@@ -181,16 +180,13 @@
181180
"canary": true
182181
},
183182
{
184-
"title": "'use server'",
185-
"path": "/reference/react/use-server",
186-
"canary": true
187-
183+
"title": "unstable_addTransitionType",
184+
"path": "/reference/react/addTransitionType",
185+
"version": "experimental"
188186
}
189187
]
190188
},
191189
{
192-
=======
193-
>>>>>>> 9e1f5cd590fd066e72dda9022237bee30b499951
194190
"hasSectionHeader": true,
195191
"sectionHeader": "react-dom@{{version}}"
196192
},

0 commit comments

Comments
 (0)