react-relay-network-modern icon indicating copy to clipboard operation
react-relay-network-modern copied to clipboard

fix: adding req & res to RRNLRetryMiddlewareError

Open njlg opened this issue 3 years ago • 0 comments

After switching to use the retry middleware, I missed being able to have access to the request & response objects.

This changes brings adds that info to RRNLRetryMiddlewareError like RRNLRequestError (https://github.com/relay-tools/react-relay-network-modern/blob/master/src/createRequestError.js#L86-L87)

njlg avatar May 11 '22 22:05 njlg