agraboso / redux-api-middleware

Redux middleware for calling an API.
MIT License
1.49k stars 195 forks source link

Incorrect InternalError handler in case if a JSON request is invalid #232

Open skycrazyk opened 4 years ago

skycrazyk commented 4 years ago

In case a JSON request is invalid we wrongly come to success handler

image