Skip to content

Commit f1d825f

Browse files
authored
Merge branch 'main' into sync-2774ddfa
2 parents f75170d + 89948db commit f1d825f

6 files changed

Lines changed: 13 additions & 24 deletions

File tree

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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,16 @@ April 3 (Reanimated Training) + April 4 (Conference), 2025. Paris, France.
9595

9696
[Website](https://reactnativeconnection.io/) - [X](https://x.com/reactnativeconn) - [Bluesky](https://bsky.app/profile/reactnativeconnect.bsky.social)
9797

98+
### React Paris 2025 {/*react-paris-2025*/}
99+
March 20 - 21, 2025. In-person in Paris, France (hybrid event)
100+
101+
[Website](https://react.paris/) - [Twitter](https://x.com/BeJS_)
102+
103+
### React Native Connection 2025 {/*react-native-connection-2025*/}
104+
April 3 (Reanimated Training) + April 4 (Conference), 2025. Paris, France.
105+
106+
[Website](https://reactnativeconnection.io/) - [X](https://x.com/reactnativeconn) - [Bluesky](https://bsky.app/profile/reactnativeconnect.bsky.social)
107+
98108
### React Day Berlin 2024 {/*react-day-berlin-2024*/}
99109
December 13 & 16, 2024. In-person in Berlin, Germany + remote (hybrid event)
100110

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)