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
There is a lot of code like below where error.json() is used but the error response doesn't have a json() method. Maybe this was the case with the prev Http module, I'm not sure.
To me it looks like the error should be of type HttpErrorResponse, which doesn't have this .json() member.
There is a lot of code like below where error.json() is used but the error response doesn't have a json() method. Maybe this was the case with the prev Http module, I'm not sure.
To me it looks like the error should be of type HttpErrorResponse, which doesn't have this .json() member.
Am I wrong?
The text was updated successfully, but these errors were encountered: