-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(fix) Validation situations where Expo returns a 200 with an error #14
(fix) Validation situations where Expo returns a 200 with an error #14
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We spotted similar errors in our app, it looks like you forgot to deal with other occurrences of response.fetch('errors').first in lines 110, 118
@0duaht Look like everything is ok with PR code, I didn't spot mentioned commit. |
yep, just test it this and it works. Can somebody from expo merge this request? |
I don't understand why the first element is returned every time, it seems to me like it should always be an array rather than always a single value 🤔 |
any movement on this? |
Closed in favor of #29 |
Fixes failures with data validation cos the Hash is being converted to an array