sheaivey / react-axios

Axios Components for React with child function callback
MIT License
180 stars 20 forks source link

Pass response on error when available. #19

Closed binki closed 7 years ago

binki commented 7 years ago

Fixes #18.

binki commented 7 years ago

As pointed out in #18, one can already access error.response (don’t forget to check for null first).