ReactServerAgent
doesn't rehydrate err.response
on the client
#261
Labels
bug
An issue with the system
ReactServerAgent
doesn't rehydrate err.response
on the client
#261
Scenario: data request made by
ReactServerAgent
receives a non-200 response.Expected:
err
object, includingerr.response
is written into the data bundle, and rehydrated in the browser.Actual:
err
object, includingerr.response
is written into the data bundle, but is not rehydrated in the browser.The text was updated successfully, but these errors were encountered: