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
If `requestParams` contained headers, the whole headers would be replaced by these ones, wiping out the automatic `Content-Type` header.
Putting the `requestParams` spread first fixes it, as the re-definition of `headers` will overwrite them.
0 commit comments