v2.10.0
- Enhances error mapping such that an error without an
errors
key that has amessage
property will map that property as a form-wide error viaSubmissionError
. This will then be available in theerrors
object passed in toonSubmitFail
, as well as theerror
prop in the form component.