brocoders / redux-async-connect

It allows you to request async data, store them in redux state and connect them to your react component.
645 stars 103 forks source link

Update ReduxAsyncConnect.js #28

Closed andrewmclagan closed 8 years ago

andrewmclagan commented 8 years ago

When a response error is a JSON object (coming from an API) we need to not cast it as a string.

sars commented 8 years ago

@andrewmclagan , Thanks

andrewmclagan commented 8 years ago

np, let me know if there are any issues / features you would like help with.