Closed Ben-Davis1 closed 4 years ago
Hey.
Should be a quick fix but I noticed that the declaration for the raiseSubmitFailed variable in ReForm.re is missing as of v9.7.0.
raiseSubmitFailed
ReForm.re
Looking at previous versions, I believe the variable should be defined with the following but I could be wrong:
let raiseSubmitFailed = error => send(RaiseSubmitFailed(error));
Cheers
Thanks! a
Hey.
Should be a quick fix but I noticed that the declaration for the
raiseSubmitFailed
variable inReForm.re
is missing as of v9.7.0.Looking at previous versions, I believe the variable should be defined with the following but I could be wrong:
let raiseSubmitFailed = error => send(RaiseSubmitFailed(error));
Cheers