You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❌ [ AMA ]: NO_UNDEFINED - The form validation has failed, but no component with an error was found
❌ [ AMA ]: NO_UNDEFINED - No next field found. Make sure you wrap your form inside the <Form /> component
Fix typos
Replace NO_UNDEFINED with a Form related error code
Add a link to the documentation
Suggest usage of wrapping error message with <Form.Field hasError={true} />
Add an example for the point above in the documentation
The text was updated successfully, but these errors were encountered:
At the moment, AMA prints something like:
<Form.Field hasError={true} />
The text was updated successfully, but these errors were encountered: