Open danickfort opened 2 years ago
When there is a non-field error in a form, it is added in the "errors" property object as the __all__ field. Since it is not a "real" field in the form, it is ignored in FormContainer.tsx, and thus not rendered.
__all__
FormContainer.tsx
When there is a non-field error in a form, it is added in the "errors" property object as the
__all__
field. Since it is not a "real" field in the form, it is ignored inFormContainer.tsx
, and thus not rendered.