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 thinks it's expected of a initResponse with a jsonBody of null to be serialized to "null", like in JSON.stringfy,
but it's being treated as undefined, and no body or header is being set
The text was updated successfully, but these errors were encountered:
I thinks it's expected of a
initResponse
with ajsonBody
ofnull
to be serialized to"null"
, like in JSON.stringfy,but it's being treated as undefined, and no body or header is being set
The text was updated successfully, but these errors were encountered: