File tree 4 files changed +6
-5
lines changed
reference/react-dom/hooks
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : Discord Notify
2
2
3
3
on :
4
- pull_request :
4
+ pull_request_target :
5
5
types : [opened, ready_for_review]
6
6
7
7
permissions : {}
14
14
contents : read
15
15
with :
16
16
actor : ${{ github.event.pull_request.user.login }}
17
- is_remote : true
18
17
19
18
notify :
20
19
if : ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}
Original file line number Diff line number Diff line change 1
1
name : Label Core Team PRs
2
2
3
3
on :
4
- pull_request :
4
+ pull_request_target :
5
5
6
6
permissions : {}
7
7
18
18
contents : read
19
19
with :
20
20
actor : ${{ github.event.pull_request.user.login }}
21
- is_remote : true
22
21
23
22
label :
24
23
if : ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ Do you have a local React.js meetup? Add it here! (Please keep the list alphabet
47
47
## Colombia {/* colombia* /}
48
48
* [ Medellin] ( https://www.meetup.com/React-Medellin/ )
49
49
50
+ ## Czechia {/* czechia* /}
51
+ * [ Prague] ( https://guild.host/react-prague/ )
52
+
50
53
## Denmark {/* denmark* /}
51
54
* [ Aalborg] ( https://www.meetup.com/Aalborg-React-React-Native-Meetup/ )
52
55
* [ Aarhus] ( https://www.meetup.com/Aarhus-ReactJS-Meetup/ )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The `react-dom` package contains Hooks that are only supported for web applicati
14
14
15
15
* Forms* let you create interactive controls for submitting information. To manage forms in your components, use one of these Hooks:
16
16
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.
18
18
19
19
``` js
20
20
function Form ({ action }) {
You can’t perform that action at this time.
0 commit comments