Skip to content

Commit 9aa7c39

Browse files
authored
Merge branch 'main' into sync-5d2f7105
2 parents 1f14a19 + a721dc0 commit 9aa7c39

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/components/MDX/ErrorDecoder.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const urlRegex = () =>
2828
// When the message contains a URL (like https://fb.me/react-refs-must-have-owner),
2929
// make it a clickable link.
3030
function urlify(str: string): React.ReactNode[] {
31+
3132
const segments = str.split(urlRegex());
3233

3334
return segments.map((message, i) => {

src/content/community/conferences.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Do you know of a local React.js conference? Add it here! (Please keep the list c
1010

1111
## Upcoming Conferences {/*upcoming-conferences*/}
1212

13+
1314
### React Summit 2024 {/*react-summit-2024*/}
1415
June 14 & 18, 2024. In-person in Amsterdam, Netherlands + remote (hybrid event)
1516

@@ -65,6 +66,7 @@ November 13 & 15, 2023. In-person in New York, US + remote first interactivity (
6566
### reactjsday 2023 {/*reactjsday-2023*/}
6667
October 27th 2023. In-person in Verona, Italy and online (hybrid event)
6768

69+
6870
[Website](https://2023.reactjsday.it/) - [Twitter](https://twitter.com/reactjsday) - [Facebook](https://www.facebook.com/GrUSP/) - [YouTube](https://www.youtube.com/c/grusp)
6971

7072
### React Advanced 2023 {/*react-advanced-2023*/}

0 commit comments

Comments
 (0)