Skip to content

Commit 7b3a8fd

Browse files
authored
Merge pull request #114 from reactjs/sync-2859efa0
Sync with react.dev @ 2859efa
2 parents bb2ac55 + bf02adb commit 7b3a8fd

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Diff for: .github/workflows/discord_notify.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
contents: read
1515
with:
1616
actor: ${{ github.event.pull_request.user.login }}
17-
is_remote: true
1817

1918
notify:
2019
if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}

Diff for: .github/workflows/label_core_team_prs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55

66
permissions: {}
77

8+
permissions: {}
9+
810
env:
911
TZ: /usr/share/zoneinfo/America/Los_Angeles
1012
# https://github.com/actions/cache/blob/main/tips-and-workarounds.md#cache-segment-restore-timeout
@@ -18,7 +20,6 @@ jobs:
1820
contents: read
1921
with:
2022
actor: ${{ github.event.pull_request.user.login }}
21-
is_remote: true
2223

2324
label:
2425
if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}

Diff for: src/content/community/meetups.md

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ Do you have a local React.js meetup? Add it here! (Please keep the list alphabet
4747
## Colombia {/*colombia*/}
4848
* [Medellin](https://www.meetup.com/React-Medellin/)
4949

50+
## Czechia {/*czechia*/}
51+
* [Prague](https://guild.host/react-prague/)
52+
5053
## Denmark {/*denmark*/}
5154
* [Aalborg](https://www.meetup.com/Aalborg-React-React-Native-Meetup/)
5255
* [Aarhus](https://www.meetup.com/Aarhus-ReactJS-Meetup/)

Diff for: src/content/reference/react-dom/hooks/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The `react-dom` package contains Hooks that are only supported for web applicati
1414

1515
*Forms* let you create interactive controls for submitting information. To manage forms in your components, use one of these Hooks:
1616

17-
* [`useFormStatus`](/reference/react-dom/hooks/useFormStatus) allows you to make updates to the UI based on the status of the a form.
17+
* [`useFormStatus`](/reference/react-dom/hooks/useFormStatus) allows you to make updates to the UI based on the status of a form.
1818

1919
```js
2020
function Form({ action }) {

0 commit comments

Comments
 (0)