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
Hi!
In first refine expression, the filter it's not working. .refine((files) => !!files.item(0), "A imagem de perfil é obrigatória")
This error returned: Cannot read properties of null (reading 'size')
When empty file is sending, the first filter passing not throw error message.
The text was updated successfully, but these errors were encountered:
Hi!
In first refine expression, the filter it's not working.
.refine((files) => !!files.item(0), "A imagem de perfil é obrigatória")
This error returned: Cannot read properties of null (reading 'size')
When empty file is sending, the first filter passing not throw error message.
The text was updated successfully, but these errors were encountered: