-
Notifications
You must be signed in to change notification settings - Fork 13
Validation doesn't seem to work #4
Copy link
Copy link
Open
Description
I can't get validation to work. The "ResponseStatus" get serialized but It seems to be an error in the following line (responseStatus is lowercase).
this.validationErrors = (_ref7 = this.response) != null ? (_ref8 = _ref7.data) != null ? (_ref9 = _ref8.responseStatus) != null ? _ref9.errors : void 0 : void 0 : void 0;
Am I doing something wrong?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels