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(
105105 if ( didCurrentEventScheduleTransition ( ) ) {
106106 // We're going to set the pending form status, but because the submission
107107 // 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
109109 const formData = new FormData ( form , submitter ) ;
110110 const pendingState : FormStatus = {
111111 pending : true ,
@@ -135,7 +135,7 @@ function extractEvents(
135135 event . preventDefault ( ) ;
136136
137137 // 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
139139 const formData = new FormData ( form , submitter ) ;
140140 const pendingState : FormStatus = {
141141 pending : true ,
You can’t perform that action at this time.
0 commit comments