File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/react-dom-bindings/src/events/plugins Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ function extractEvents(
105
105
if ( didCurrentEventScheduleTransition ( ) ) {
106
106
// We're going to set the pending form status, but because the submission
107
107
// was prevented, we should not fire the action function.
108
- // $FlowExpectedError[extra-arg]: flow doesn't know about the 'submitter' parameter yet
108
+ // $FlowExpectedError[extra-arg]: flow <0.237.0 doesn't know about the 'submitter' parameter
109
109
const formData = new FormData ( form , submitter ) ;
110
110
const pendingState : FormStatus = {
111
111
pending : true ,
@@ -135,7 +135,7 @@ function extractEvents(
135
135
event . preventDefault ( ) ;
136
136
137
137
// Dispatch the action and set a pending form status.
138
- // $FlowExpectedError[extra-arg]: flow doesn't know about the 'submitter' parameter yet
138
+ // $FlowExpectedError[extra-arg]: flow <0.237.0 doesn't know about the 'submitter' parameter
139
139
const formData = new FormData ( form , submitter ) ;
140
140
const pendingState : FormStatus = {
141
141
pending : true ,
You can’t perform that action at this time.
0 commit comments