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
I'm using the surf alpha to talk to an API that returns a 422 when it
receives a payload of valid JSON that doesn't match it's expected
schema.
http-types doesn't know about this status code so surf panics. This
adds the 422 status code to http-types to work around this. Would be
good if surf didn't panic when receving an unknown status code, though
suppose that's a separate issue.
0 commit comments