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
This will throw an error thats a bit confusing. In my case body doesn't exist on schema, notice it's undefined but in the error message you don't see that:
Because it doesn't show in the error the undefined it looks like the object should pass the schema.
Proposed solution would just be sure to log out the undefined value that causes it to fail.
The text was updated successfully, but these errors were encountered:
Case
Issue
This will throw an error thats a bit confusing. In my case
body
doesn't exist on schema, notice it's undefined but in the error message you don't see that:Because it doesn't show in the error the
undefined
it looks like the object should pass the schema.Proposed solution would just be sure to log out the
undefined
value that causes it to fail.The text was updated successfully, but these errors were encountered: